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.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 -
-
Uses of EntityMutationTarget in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type EntityMutationTarget Modifier and Type Method Description MutationOperation
Dialect. createUpsertOperation(EntityMutationTarget mutationTarget, TableUpsert tableUpsert, SessionFactoryImplementor factory)
-
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 through either generated or custom SQLclass
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.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
TableUpsert. getMutationTarget()
-