Uses of Interface
org.hibernate.engine.jdbc.mutation.TableInclusionChecker
-
Packages that use TableInclusionChecker Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation Package defining support for executing mutation SQL statements produced by the persister for an entity or collection.org.hibernate.engine.jdbc.mutation.internal org.hibernate.persister.entity.mutation 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 TableInclusionChecker Modifier and Type Method Description void
BatchImpl. 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 TableInclusionChecker Modifier and Type Method Description void
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. -
Uses of TableInclusionChecker in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation with parameters of type TableInclusionChecker Modifier and Type Method Description Object
MutationExecutor. 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
-
Uses of TableInclusionChecker in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return TableInclusionChecker Modifier and Type Method Description protected static TableInclusionChecker
InsertCoordinator. getTableInclusionChecker(InsertCoordinator.InsertValuesAnalysis insertValuesAnalysis)
Methods in org.hibernate.persister.entity.mutation with parameters of type TableInclusionChecker Modifier and Type Method Description protected void
InsertCoordinator. decomposeForInsert(MutationExecutor mutationExecutor, Object id, Object[] values, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session)
-