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 TypeMethodDescriptionvoid
Batch.addToBatch
(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker) Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.void
Batch.addToBatch
(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) 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.MutationExecutor.execute
(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session, Batch.StaleStateMapper staleStateMapper) -
Uses of TableInclusionChecker in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return TableInclusionCheckerModifier and TypeMethodDescriptionprotected static TableInclusionChecker
InsertCoordinatorStandard.getTableInclusionChecker
(InsertCoordinatorStandard.InsertValuesAnalysis insertValuesAnalysis) Methods in org.hibernate.persister.entity.mutation with parameters of type TableInclusionCheckerModifier and TypeMethodDescriptionprotected void
InsertCoordinatorStandard.decomposeForInsert
(MutationExecutor mutationExecutor, Object id, Object[] values, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session)