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.
-
Uses of UpdateCoordinator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return UpdateCoordinatorModifier and TypeMethodDescriptionprotected UpdateCoordinatorAbstractEntityPersister.buildMergeCoordinator()protected UpdateCoordinatorAbstractEntityPersister.buildUpdateCoordinator()AbstractEntityPersister.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 TypeClassDescriptionclassSpecializedUpdateCoordinatorformerge into.classclassCoordinates the updating of an entity.