Uses of Interface
org.hibernate.sql.model.PreparableMutationOperation
Packages that use PreparableMutationOperation
-
Uses of PreparableMutationOperation in org.hibernate.sql.model.jdbc
Subinterfaces of PreparableMutationOperation in org.hibernate.sql.model.jdbcModifier and TypeInterfaceDescriptioninterface
JdbcOperation
extension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement PreparableMutationOperationModifier and TypeClassDescriptionclass
class
class
Descriptor for a table insert originating from a flushclass
Describes the update of a single tableclass
JdbcMutationOperation
implementation for MERGE handlingclass
JdbcMutationOperation
implementation for UPSERT handling