Uses of Interface
org.hibernate.engine.jdbc.batch.spi.StaleStateMapper
Packages that use StaleStateMapper
Package
Description
Defines contracts for JDBC batching support.
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
-
Uses of StaleStateMapper in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi with parameters of type StaleStateMapperModifier and TypeMethodDescriptionvoidGroupedBatch.addToBatch(JdbcValueBindings jdbcValueBindings, TableInclusionChecker inclusionChecker, StaleStateMapper staleStateMapper) Add one logical row to this grouped batch with stale-state exception mapping. -
Uses of StaleStateMapper in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation with parameters of type StaleStateMapperModifier and TypeMethodDescriptionMutationExecutor.execute(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session, StaleStateMapper staleStateMapper)