Uses of Interface
org.hibernate.engine.jdbc.mutation.TableInclusionChecker
Packages that use TableInclusionChecker
Package
Description
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.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionvoidGroupedBatch.addToBatch(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker) Add one logical row to this grouped batch.voidGroupedBatch.addToBatch(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker, StaleStateMapper staleStateMapper) Add one logical row to this grouped batch with stale-state exception mapping. -
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.MutationExecutor.execute(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session, StaleStateMapper staleStateMapper) -
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, Object object, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session) protected voidInsertCoordinatorTemporal.decomposeForInsert(MutationExecutor mutationExecutor, Object id, Object[] values, Object object, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session)