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 interfaceDeleteCoordinatorCoordinates the deleting of an entity.interfaceInsertCoordinatorCoordinates the inserting of an entity.interfaceUpdateCoordinatorCoordinates the updating of an entity.Classes in org.hibernate.persister.entity.mutation that implement MutationCoordinator Modifier and Type Class Description classAbstractDeleteCoordinatorTemplate support for DeleteCoordinator implementations.classDeleteCoordinatorSoftDeleteCoordinator for soft-deletesclassDeleteCoordinatorStandardCoordinates standard deleting of an entity.classInsertCoordinatorStandardCoordinates the insertion of an entity.classMergeCoordinatorSpecializedUpdateCoordinatorformerge into.classUpdateCoordinatorNoOpclassUpdateCoordinatorStandardCoordinates the updating of an entity.
-