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 class
DeleteCoordinator
Coordinates the deleting of an entity.class
InsertCoordinator
Coordinates the insertion of an entity.class
UpdateCoordinatorStandard
Coordinates the updating of an entity.
-