Uses of Interface
org.hibernate.persister.entity.mutation.MutationCoordinator
-
Packages that use MutationCoordinator Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of MutationCoordinator in org.hibernate.persister.entity.mutation
Subinterfaces of MutationCoordinator in org.hibernate.persister.entity.mutation Modifier and Type Interface Description interface
DeleteCoordinator
Coordinates the deleting of an entity.interface
InsertCoordinator
Coordinates the inserting of an entity.interface
UpdateCoordinator
Coordinates the updating of an entity.Classes in org.hibernate.persister.entity.mutation that implement MutationCoordinator Modifier and Type Class Description class
AbstractDeleteCoordinator
Template support for DeleteCoordinator implementations.class
DeleteCoordinatorSoft
DeleteCoordinator for soft-deletesclass
DeleteCoordinatorStandard
Coordinates standard deleting of an entity.class
InsertCoordinatorStandard
Coordinates the insertion of an entity.class
MergeCoordinator
SpecializedUpdateCoordinator
formerge into
.class
UpdateCoordinatorNoOp
class
UpdateCoordinatorStandard
Coordinates the updating of an entity.
-