Uses of Class
org.hibernate.persister.entity.mutation.EntityAuditSupport
Packages that use EntityAuditSupport
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of EntityAuditSupport in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return EntityAuditSupportModifier and TypeMethodDescriptionCollectionAuditSupport.getOwnerMutationSupport()CollectionAuditSupport.OwnerAuditChange.ownerMutationSupport()Returns the value of theownerMutationSupportrecord component.Constructors in org.hibernate.persister.collection.mutation with parameters of type EntityAuditSupportModifierConstructorDescriptionOwnerAuditChange(EntityKey entityKey, Object entity, Object[] values, EntityAuditSupport ownerMutationSupport) Creates an instance of aOwnerAuditChangerecord class.