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 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.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 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.id
Subinterfaces of EntityMutationTarget in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterDeprecated, for removal: This API element is subject to removal in a future version.UseEntityPersisterinstead. -
Uses of EntityMutationTarget in org.hibernate.persister.entity
Subinterfaces of EntityMutationTarget in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableDeprecated, for removal: This API element is subject to removal in a future version.interfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses 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.processor.validation
Classes in org.hibernate.processor.validation that implement EntityMutationTarget Modifier and Type Class Description classMockEntityPersisterstatic classProcessorSessionFactory.EntityPersister -
Uses of EntityMutationTarget in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return EntityMutationTarget Modifier and Type Method Description EntityMutationTargetEntityMutationOperationGroup. 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 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)
-