Uses of Interface
org.hibernate.persister.entity.mutation.EntityMutationTarget
-
Packages that use EntityMutationTarget 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. -
-
Uses of EntityMutationTarget in org.hibernate.dialect
-
Uses of EntityMutationTarget in org.hibernate.engine.jdbc.mutation.internal
Fields in org.hibernate.engine.jdbc.mutation.internal declared as EntityMutationTarget Modifier and Type Field Description protected EntityMutationTarget
MutationExecutorPostInsert. mutationTarget
-
Uses of EntityMutationTarget in org.hibernate.id
Subinterfaces of EntityMutationTarget in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of a SQLINSERT
. -
Uses of EntityMutationTarget in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement EntityMutationTarget Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityMutationTarget in org.hibernate.persister.entity.mutation
Constructors in org.hibernate.persister.entity.mutation with parameters of type EntityMutationTarget Constructor Description InsertValuesAnalysis(EntityMutationTarget mutationTarget, Object[] values)
-
Uses of EntityMutationTarget in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return EntityMutationTarget Modifier and Type Method Description EntityMutationTarget
EntityMutationOperationGroup. getMutationTarget()
The model-part being mutated. -
Uses of EntityMutationTarget in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return EntityMutationTarget Modifier and Type Method Description EntityMutationTarget
MutationGroupBuilder. getMutationTarget()
Constructors in org.hibernate.sql.model.ast.builder with parameters of type EntityMutationTarget Constructor Description MutationGroupBuilder(MutationType mutationType, EntityMutationTarget mutationTarget)
-
Uses of EntityMutationTarget in org.hibernate.sql.model.internal
Methods in org.hibernate.sql.model.internal that return EntityMutationTarget Modifier and Type Method Description EntityMutationTarget
EntityMutationOperationGroupStandard. getMutationTarget()
EntityMutationTarget
OptionalTableUpdate. getMutationTarget()
-
Uses of EntityMutationTarget in org.hibernate.sql.model.jdbc
Constructors in org.hibernate.sql.model.jdbc with parameters of type EntityMutationTarget Constructor Description DeleteOrUpsertOperation(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate)
-