Uses of Class
org.hibernate.sql.model.jdbc.MergeOperation
Packages that use MergeOperation
Package
Description
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 MergeOperationModifier and TypeMethodDescriptionSqlAstTranslatorWithMerge.createMergeOperation
(OptionalTableUpdate optionalTableUpdate) Create the MutationOperation for performing a MERGE.