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 TypeInterfaceDescriptioninterfaceCoordinates the deleting of an entity.interfaceCoordinates the inserting of an entity.interfaceCoordinates the updating of an entity.Classes in org.hibernate.persister.entity.mutation that implement MutationCoordinatorModifier and TypeClassDescriptionclassTemplate support for DeleteCoordinator implementations.classDeleteCoordinator for soft-deletesclassCoordinates standard deleting of an entity.classCoordinates the insertion of an entity.classSpecializedUpdateCoordinatorformerge into.classclassCoordinates the updating of an entity.