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 UpdateCoordinatorAbstractEntityPersister. buildUpdateCoordinator()UpdateCoordinatorAbstractEntityPersister. 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 classUpdateCoordinatorNoOpclassUpdateCoordinatorStandardCoordinates the updating of an entity.
-