Uses of Interface
org.hibernate.sql.model.MutationTarget
-
Packages that use MutationTarget Package Description org.hibernate.engine.jdbc.mutation.group 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.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.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 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 SQL AST extensions for model mutations.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 MutationTarget in org.hibernate.engine.jdbc.mutation.group
Constructors in org.hibernate.engine.jdbc.mutation.group with parameters of type MutationTarget Constructor Description UnknownParameterException(MutationType mutationType, MutationTarget<?> mutationTarget, String tableName, String columnName, ParameterUsage usage) -
Uses of MutationTarget in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type MutationTarget Modifier and Type Method Description static booleanModelMutationHelper. identifiedResultsCheck(PreparedStatementDetails statementDetails, int affectedRowCount, int batchPosition, MutationTarget<?> mutationTarget, Object id, SessionFactoryImplementor sessionFactory)static PreparedStatementGroupModelMutationHelper. toPreparedStatementGroup(MutationType mutationType, MutationTarget<?> mutationTarget, List<PreparableMutationOperation> mutations, SharedSessionContractImplementor session)Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type MutationTarget Constructor Description JdbcValueBindingsImpl(MutationType mutationType, MutationTarget<?> mutationTarget, JdbcValueBindingsImpl.JdbcValueDescriptorAccess jdbcValueDescriptorAccess, SharedSessionContractImplementor session)PreparedStatementGroupStandard(MutationType mutationType, MutationTarget<?> mutationTarget, List<PreparableMutationOperation> jdbcMutations, SharedSessionContractImplementor session) -
Uses of MutationTarget in org.hibernate.id
Subinterfaces of MutationTarget in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of MutationTarget in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement MutationTarget Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterclassOneToManyPersister -
Uses of MutationTarget in org.hibernate.persister.collection.mutation
Subinterfaces of MutationTarget in org.hibernate.persister.collection.mutation Modifier and Type Interface Description interfaceCollectionMutationTarget -
Uses of MutationTarget in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement MutationTarget 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 MutationTarget in org.hibernate.persister.entity.mutation
Subinterfaces of MutationTarget in org.hibernate.persister.entity.mutation Modifier and Type Interface Description interfaceEntityMutationTargetAnything that can be the target of mutations -
Uses of MutationTarget in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return MutationTarget Modifier and Type Method Description MutationTarget<?>MutationOperation. getMutationTarget()The thing being mutatedMutationTargetMutationOperationGroup. getMutationTarget()The model-part being mutated -
Uses of MutationTarget in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast that return MutationTarget Modifier and Type Method Description MutationTarget<?>AbstractTableMutation. getMutationTarget()MutationTarget<?>MutationGroup. getMutationTarget() -
Uses of MutationTarget in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return MutationTarget Modifier and Type Method Description protected MutationTarget<?>AbstractTableMutationBuilder. getMutationTarget() -
Uses of MutationTarget in org.hibernate.sql.model.internal
Methods in org.hibernate.sql.model.internal that return MutationTarget Modifier and Type Method Description MutationTarget<?>MutationGroupNone. getMutationTarget()MutationTarget<?>MutationGroupSingle. getMutationTarget()MutationTarget<?>MutationGroupStandard. getMutationTarget()Methods in org.hibernate.sql.model.internal with parameters of type MutationTarget Modifier and Type Method Description static MutationOperationGroupMutationOperationGroupFactory. manyOperations(MutationType mutationType, MutationTarget mutationTarget, MutationOperation[] operations)static MutationOperationGroupMutationOperationGroupFactory. noOperations(MutationType mutationType, MutationTarget mutationTarget)static MutationOperationGroupMutationOperationGroupFactory. singleOperation(MutationType mutationType, MutationTarget mutationTarget, MutationOperation operation) -
Uses of MutationTarget in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return MutationTarget Modifier and Type Method Description MutationTarget<?>AbstractJdbcMutation. getMutationTarget()MutationTarget<?>DeleteOrUpsertOperation. getMutationTarget()MutationTarget<?>OptionalTableUpdateOperation. getMutationTarget()Constructors in org.hibernate.sql.model.jdbc with parameters of type MutationTarget Constructor Description AbstractJdbcMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)JdbcDeleteMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)JdbcDeleteMutation(TableMapping tableDetails, MutationType mutationType, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)JdbcInsertMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)JdbcUpdateMutation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)MergeOperation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, List<? extends JdbcParameterBinder> parameterBinders)OptionalTableUpdateOperation(MutationTarget<?> mutationTarget, OptionalTableUpdate upsert, SessionFactoryImplementor factory)UpsertOperation(TableMapping tableDetails, MutationTarget<?> mutationTarget, String sql, List<? extends JdbcParameterBinder> parameterBinders)
-