Package org.hibernate.persister.entity.mutation
Defines support for performing mutation operations originating
from persistence-context events
-
Interface Summary Interface Description AttributeAnalysis Results of analyzing an attribute in terms of handling update operationsEntityMutationTarget Anything that can be the target of mutationsEntityTableMapping.KeyValueConsumer UpdateCoordinator Coordinates the updating of an entity.UpdateCoordinatorStandard.DirtinessChecker UpdateCoordinatorStandard.InclusionChecker UpdateValuesAnalysis Contains an aggregated analysis of the values for an update mutation to determine behavior such as skipping tables which contained no changes, etc. -
Class Summary Class Description AbstractMutationCoordinator Base support for coordinating mutations against an entityDeleteCoordinator Coordinates the deleting of an entity.EntityTableMapping Descriptor for the mapping of a table relative to an entityEntityTableMapping.KeyColumn EntityTableMapping.KeyMapping InsertCoordinator Coordinates the insertion of an entity.InsertCoordinator.InsertValuesAnalysis UpdateCoordinatorNoOp UpdateCoordinatorStandard Coordinates the updating of an entity.