Uses of Interface
org.hibernate.persister.entity.mutation.EntityMutationTarget
Packages that use EntityMutationTarget
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.-
Uses of EntityMutationTarget in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type EntityMutationTargetModifier and TypeMethodDescriptionDialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) Create aMutationOperation
for a updating an optional tableDialectDelegateWrapper.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) H2Dialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) OracleDialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) PostgresPlusDialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) PostgreSQLDialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) SQLServerDialect.createOptionalTableUpdateOperation
(EntityMutationTarget mutationTarget, OptionalTableUpdate optionalTableUpdate, SessionFactoryImplementor factory) -
Uses of EntityMutationTarget in org.hibernate.persister.entity
Subinterfaces of EntityMutationTarget in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement EntityMutationTargetModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
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 EntityMutationTargetModifierConstructorDescriptionInsertValuesAnalysis
(EntityMutationTarget mutationTarget, Object[] values) -
Uses of EntityMutationTarget in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement EntityMutationTargetModifier and TypeClassDescriptionclass
static class
-
Uses of EntityMutationTarget in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return EntityMutationTargetModifier and TypeMethodDescriptionEntityMutationOperationGroup.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 EntityMutationTargetConstructors in org.hibernate.sql.model.ast.builder with parameters of type EntityMutationTargetModifierConstructorDescriptionMutationGroupBuilder
(MutationType mutationType, EntityMutationTarget mutationTarget) -
Uses of EntityMutationTarget in org.hibernate.sql.model.internal
Methods in org.hibernate.sql.model.internal that return EntityMutationTargetModifier and TypeMethodDescriptionEntityMutationOperationGroupStandard.getMutationTarget()
OptionalTableUpdate.getMutationTarget()
-
Uses of EntityMutationTarget in org.hibernate.sql.model.jdbc
Constructors in org.hibernate.sql.model.jdbc with parameters of type EntityMutationTargetModifierConstructorDescriptionDeleteOrUpsertOperation
(EntityMutationTarget mutationTarget, EntityTableMapping tableMapping, UpsertOperation upsertOperation, OptionalTableUpdate optionalTableUpdate)