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 eitherIdentifierGeneratororPostInsertIdentifierGenerator.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.ast.builder Support for buildingTableMutationreferences for persisting entity mutation eventsorg.hibernate.sql.model.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperationfor 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 EntityMutationTargetMutationExecutorPostInsert. mutationTargetMethods in org.hibernate.engine.jdbc.mutation.internal that return EntityMutationTarget Modifier and Type Method Description EntityMutationTargetEntityMutationOperationGroup. getMutationTarget()The model-part being mutated. -
Uses of EntityMutationTarget in org.hibernate.id
Subinterfaces of EntityMutationTarget in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA 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 classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping 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 EntityMutationTargetMutationGroupBuilder. 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 EntityMutationTargetEntityMutationOperationGroupStandard. getMutationTarget()EntityMutationTargetOptionalTableUpdate. 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)
-