Uses of Class
org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
-
Packages that use AbstractMutationCoordinator Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of AbstractMutationCoordinator in org.hibernate.persister.entity.mutation
Subclasses of AbstractMutationCoordinator in org.hibernate.persister.entity.mutation Modifier and Type Class Description classDeleteCoordinatorCoordinates the deleting of an entity.classInsertCoordinatorCoordinates the insertion of an entity.classUpdateCoordinatorStandardCoordinates the updating of an entity.
-