Uses of Interface
org.hibernate.engine.jdbc.mutation.TableInclusionChecker
Packages that use TableInclusionChecker
Package
Description
Internals for JDBC batching support.
Defines contracts for JDBC batching support.
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of TableInclusionChecker in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionvoidBatchImpl.addToBatch(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker) -
Uses of TableInclusionChecker in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionvoidBatch.addToBatch(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker) Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch. -
Uses of TableInclusionChecker in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionMutationExecutor.execute(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) Perform the execution, returning any generated value. -
Uses of TableInclusionChecker in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionfinal GeneratedValuesAbstractMutationExecutor.execute(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) Templated implementation of execution asAbstractMutationExecutor.performNonBatchedOperations(java.lang.Object, org.hibernate.sql.model.ValuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker, org.hibernate.engine.jdbc.mutation.OperationResultChecker, org.hibernate.engine.spi.SharedSessionContractImplementor)AbstractMutationExecutor.performSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor)AbstractMutationExecutor.performBatchedOperations(org.hibernate.sql.model.ValuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker)protected voidAbstractMutationExecutor.performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker) protected voidMutationExecutorSingleBatched.performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker) protected voidMutationExecutorStandard.performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker) protected voidAbstractMutationExecutor.performNonBatchedMutation(PreparedStatementDetails statementDetails, Object id, JdbcValueBindings valueBindings, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) Perform a non-batched mutationprotected GeneratedValuesAbstractMutationExecutor.performNonBatchedOperations(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) protected GeneratedValuesMutationExecutorSingleNonBatched.performNonBatchedOperations(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) protected GeneratedValuesMutationExecutorStandard.performNonBatchedOperations(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) protected voidAbstractMutationExecutor.performSelfExecutingOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, SharedSessionContractImplementor session) protected voidMutationExecutorSingleSelfExecuting.performSelfExecutingOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, SharedSessionContractImplementor session) protected voidMutationExecutorStandard.performSelfExecutingOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, SharedSessionContractImplementor session) -
Uses of TableInclusionChecker in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return TableInclusionCheckerModifier and TypeMethodDescriptionprotected static TableInclusionCheckerInsertCoordinatorStandard.getTableInclusionChecker(InsertCoordinatorStandard.InsertValuesAnalysis insertValuesAnalysis) Methods in org.hibernate.persister.entity.mutation with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionprotected voidInsertCoordinatorStandard.decomposeForInsert(MutationExecutor mutationExecutor, Object id, Object[] values, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session)