Uses of Interface
org.hibernate.persister.entity.mutation.MutationCoordinator
Packages that use MutationCoordinator
Package
Description
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.mutationModifier and TypeInterfaceDescriptioninterface
Coordinates the deleting of an entity.interface
Coordinates the inserting of an entity.interface
Coordinates the updating of an entity.Classes in org.hibernate.persister.entity.mutation that implement MutationCoordinatorModifier and TypeClassDescriptionclass
Template support for DeleteCoordinator implementations.class
DeleteCoordinator for soft-deletesclass
Coordinates standard deleting of an entity.class
Coordinates the insertion of an entity.class
SpecializedUpdateCoordinator
formerge into
.class
class
Coordinates the updating of an entity.