Uses of Interface
org.hibernate.persister.entity.mutation.UpdateCoordinator
-
Packages that use UpdateCoordinator Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation 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 UpdateCoordinator Modifier and Type Method Description protected UpdateCoordinator
AbstractEntityPersister. buildUpdateCoordinator()
UpdateCoordinator
AbstractEntityPersister. getUpdateCoordinator()
-
Uses of UpdateCoordinator in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement UpdateCoordinator Modifier and Type Class Description class
UpdateCoordinatorNoOp
class
UpdateCoordinatorStandard
Coordinates the updating of an entity.
-