Uses of Interface
org.hibernate.sql.model.PreparableMutationOperation
-
Packages that use PreparableMutationOperation Package Description org.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations. -
-
Uses of PreparableMutationOperation in org.hibernate.sql.model.jdbc
Subinterfaces of PreparableMutationOperation in org.hibernate.sql.model.jdbc Modifier and Type Interface Description interfaceJdbcMutationOperationJdbcOperation extension for model mutations stemming from persistence context flushesClasses in org.hibernate.sql.model.jdbc that implement PreparableMutationOperation Modifier and Type Class Description classAbstractJdbcMutationclassJdbcDeleteMutationclassJdbcInsertMutationDescriptor for a table insert originating from a flushclassJdbcUpdateMutationDescribes the update of a single tableclassMergeOperationJdbcMutation implementation for MERGE handlingclassUpsertOperationJdbcMutation implementation for UPSERT handling
-