Uses of Class
org.hibernate.sql.model.jdbc.MergeOperation
-
Packages that use MergeOperation Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of MergeOperation in org.hibernate.dialect
Methods in org.hibernate.dialect that return MergeOperation Modifier and Type Method Description MergeOperation
SqlAstTranslatorWithMerge. createMergeOperation(OptionalTableUpdate optionalTableUpdate)
Create the MutationOperation for performing a MERGE.
-