Uses of Package
org.hibernate.persister.entity.mutation
Packages that use org.hibernate.persister.entity.mutation
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Validation for HQL queries.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
Support for building
TableMutation
references for persisting entity mutation eventsExtensions to
JdbcOperation
for model mutations.-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.dialect
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.persister.entityClassDescriptionCoordinates the deleting of an entity.Anything that can be the target of mutationsDescriptor for the mapping of a table relative to an entityCoordinates the inserting of an entity.Coordinates the updating of an entity.
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.persister.entity.mutationClassDescriptionTemplate support for DeleteCoordinator implementations.Base support for coordinating mutations against an entityResults of analyzing an attribute in terms of handling update operationsDirty-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.Coordinates the deleting of an entity.Anything that can be the target of mutationsDescriptor for the mapping of a table relative to an entityCoordinates the inserting of an entity.Coordinates the mutation operations of an entity.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.Coordinates the updating of an entity.Coordinates the updating of an entity.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 bindingContains 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.processor.validation
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.ast.builder
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.internal
-
Classes in org.hibernate.persister.entity.mutation used by org.hibernate.sql.model.jdbcClassDescriptionAnything that can be the target of mutationsDescriptor for the mapping of a table relative to an entity