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.engine.jdbc.mutation.internal org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
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 events.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.sql.model.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations. -
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.engine.jdbc.mutation.internal 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 operationsAttributeAnalysis.DirtynessStatus Dirty-ness status of each attribute: it's useful to differentiate when it's definitely dirty, when it's definitely not dirty, and when we need to treat it like dirty but there is no certainty - for example because we didn't actually load the value from the database.EntityMutationTarget 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 TableSet Represents a Set of TableMapping(s); table mappings are identified by an ordered unique id: the order in which they are updated within the scope of a particular persister.UpdateCoordinator Coordinates the updating of an entity.UpdateCoordinatorStandard 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 Class Description EntityMutationTarget Anything that can be the target of mutations -
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 -
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.jdbc Class Description EntityMutationTarget Anything that can be the target of mutationsEntityTableMapping Descriptor for the mapping of a table relative to an entity