Uses of Record Class
org.hibernate.persister.collection.mutation.CollectionAuditSupport.AuditCollectionChange
Packages that use CollectionAuditSupport.AuditCollectionChange
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of CollectionAuditSupport.AuditCollectionChange in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return types with arguments of type CollectionAuditSupport.AuditCollectionChangeModifier and TypeMethodDescriptionCollectionAuditSupport.resolveChanges(PersistentCollection<?> collection, Object originalSnapshot) Methods in org.hibernate.persister.collection.mutation with parameters of type CollectionAuditSupport.AuditCollectionChangeModifier and TypeMethodDescriptionvoidCollectionAuditSupport.bindAuditInsertValues(PersistentCollection<?> collection, Object ownerId, CollectionAuditSupport.AuditCollectionChange change, Object changesetId, SharedSessionContractImplementor session, JdbcValueBindings jdbcValueBindings) Bind values for one graph-queue collection audit INSERT.voidCollectionAuditSupport.bindAuditInsertValues(PersistentCollection<?> collection, Object ownerId, CollectionAuditSupport.AuditCollectionChange change, SharedSessionContractImplementor session, JdbcValueBindings jdbcValueBindings) Bind values for one legacy collection audit INSERT.voidCollectionAuditSupport.bindTransactionEndValues(PersistentCollection<?> collection, Object ownerId, CollectionAuditSupport.AuditCollectionChange change, Object changesetId, SharedSessionContractImplementor session, JdbcValueBindings jdbcValueBindings) Bind values for one graph-queue validity-strategy transaction-end UPDATE.voidCollectionAuditSupport.bindTransactionEndValues(PersistentCollection<?> collection, Object ownerId, CollectionAuditSupport.AuditCollectionChange change, SharedSessionContractImplementor session, JdbcValueBindings jdbcValueBindings) Bind values for one legacy validity-strategy transaction-end UPDATE.