Uses of Interface
org.hibernate.persister.entity.mutation.InsertCoordinator
-
Packages that use InsertCoordinator 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 InsertCoordinator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return InsertCoordinator Modifier and Type Method Description protected InsertCoordinatorAbstractEntityPersister. buildInsertCoordinator()InsertCoordinatorAbstractEntityPersister. getInsertCoordinator()InsertCoordinatorEntityPersister. getInsertCoordinator()Get the insert coordinator instance. -
Uses of InsertCoordinator in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement InsertCoordinator Modifier and Type Class Description classInsertCoordinatorStandardCoordinates the insertion of an entity.
-