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 UpdateCoordinator
AbstractEntityPersister.buildMergeCoordinator()
protected UpdateCoordinator
AbstractEntityPersister.buildUpdateCoordinator()
AbstractEntityPersister.getMergeCoordinator()
default UpdateCoordinator
EntityPersister.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 TypeClassDescriptionclass
SpecializedUpdateCoordinator
formerge into
.class
class
Coordinates the updating of an entity.