Uses of Interface
org.hibernate.persister.entity.mutation.UpdateCoordinator
Packages that use UpdateCoordinator
Package
Description
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Extension point for customized state management,
enabling functionality such as soft delete, temporal
data, and audit logging.
-
Uses of UpdateCoordinator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return UpdateCoordinatorModifier and TypeMethodDescriptionAbstractEntityPersister.getMergeCoordinator()default UpdateCoordinatorEntityPersister.getMergeCoordinator()Get the merge coordinator instance.AbstractEntityPersister.getUpdateCoordinator()EntityPersister.getUpdateCoordinator()Get the update coordinator instance. -
Uses of UpdateCoordinator in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement UpdateCoordinatorModifier and TypeClassDescriptionclassMerge coordinator for audited entities.classMerge coordinator forTemporalTableStrategy.HISTORY_TABLEtemporal strategy.classSpecializedUpdateCoordinatorformerge into.classMerge coordinator forTemporalTableStrategy.SINGLE_TABLEtemporal strategy.classUpdate coordinator for audited entities.classUpdate coordinator forTemporalTableStrategy.HISTORY_TABLEtemporal strategy.classclassCoordinates the updating of an entity.classUpdate coordinator forTemporalTableStrategy.SINGLE_TABLEtemporal strategy.Constructors in org.hibernate.persister.entity.mutation with parameters of type UpdateCoordinatorModifierConstructorDescriptionMergeCoordinatorAudit(EntityPersister entityPersister, SessionFactoryImplementor factory, UpdateCoordinator currentUpdateCoordinator) MergeCoordinatorHistory(EntityPersister entityPersister, SessionFactoryImplementor factory, UpdateCoordinator currentMergeCoordinator) UpdateCoordinatorAudit(EntityPersister entityPersister, SessionFactoryImplementor factory, UpdateCoordinator currentUpdateCoordinator) UpdateCoordinatorHistory(EntityPersister entityPersister, SessionFactoryImplementor factory, UpdateCoordinator currentUpdateCoordinator) -
Uses of UpdateCoordinator in org.hibernate.persister.state.spi
Methods in org.hibernate.persister.state.spi that return UpdateCoordinatorModifier and TypeMethodDescriptionStateManagement.createMergeCoordinator(EntityPersister persister) StateManagement.createUpdateCoordinator(EntityPersister persister)