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 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.processor.validation Validation for HQL queries.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.id
Subinterfaces of EntityMutationTarget in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
Deprecated, for removal: This API element is subject to removal in a future version.UseEntityPersister
instead. -
Uses of EntityMutationTarget in org.hibernate.persister.entity
Subinterfaces of EntityMutationTarget in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
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.processor.validation
Classes in org.hibernate.processor.validation that implement EntityMutationTarget Modifier and Type Class Description class
MockEntityPersister
static class
ProcessorSessionFactory.EntityPersister
-
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)
-