Uses of Interface
org.hibernate.engine.jdbc.batch.spi.Batch.StaleStateMapper
Packages that use Batch.StaleStateMapper
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.
-
Uses of Batch.StaleStateMapper in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal with parameters of type Batch.StaleStateMapperModifier and TypeMethodDescriptionvoid
BatchImpl.addToBatch
(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) -
Uses of Batch.StaleStateMapper in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type Batch.StaleStateMapperModifier and TypeMethodDescriptionvoid
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 Batch.StaleStateMapper in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation with parameters of type Batch.StaleStateMapperModifier and TypeMethodDescriptionMutationExecutor.execute
(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session, Batch.StaleStateMapper staleStateMapper) -
Uses of Batch.StaleStateMapper in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type Batch.StaleStateMapperModifier and TypeMethodDescriptionfinal GeneratedValues
AbstractMutationExecutor.execute
(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session, Batch.StaleStateMapper staleStateMapper) protected void
AbstractMutationExecutor.performBatchedOperations
(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) protected void
MutationExecutorSingleBatched.performBatchedOperations
(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) protected void
MutationExecutorStandard.performBatchedOperations
(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper)