Uses of Package
org.hibernate.persister.entity.mutation
-
Packages that use org.hibernate.persister.entity.mutation Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context eventsorg.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.sql.model.internal -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.dialect Class Description EntityMutationTarget Anything that can be the target of mutations -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.id Class Description EntityMutationTarget Anything that can be the target of mutations -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.persister.entity Class Description DeleteCoordinator Coordinates the deleting of an entity.EntityMutationTarget Anything that can be the target of mutationsEntityTableMapping Descriptor for the mapping of a table relative to an entityInsertCoordinator Coordinates the insertion of an entity.UpdateCoordinator Coordinates the updating of an entity. -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.persister.entity.mutation Class Description AbstractMutationCoordinator Base support for coordinating mutations against an entityAttributeAnalysis Results of analyzing an attribute in terms of handling update operationsEntityMutationTarget Anything that can be the target of mutationsEntityTableMapping Descriptor for the mapping of a table relative to an entityEntityTableMapping.KeyColumn EntityTableMapping.KeyMapping EntityTableMapping.KeyValueConsumer InsertCoordinator.InsertValuesAnalysis UpdateCoordinator Coordinates the updating of an entity.UpdateCoordinatorStandard.DirtinessChecker UpdateCoordinatorStandard.InclusionChecker UpdateCoordinatorStandard.UpdateValuesAnalysisImpl Contains the aggregated analysis of the update values to determine what SQL UPDATE statement(s) should be used to update the entity and to drive parameter bindingUpdateValuesAnalysis Contains an aggregated analysis of the values for an update mutation to determine behavior such as skipping tables which contained no changes, etc. -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.ast.builder Class Description EntityMutationTarget Anything that can be the target of mutations -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.internal Class Description EntityMutationTarget Anything that can be the target of mutations