Class ReactiveMutationExecutorSingleBatched
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveMutationExecutorSingleBatched
- All Implemented Interfaces:
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess,org.hibernate.engine.jdbc.mutation.MutationExecutor,ReactiveMutationExecutor
public class ReactiveMutationExecutorSingleBatched
extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
implements ReactiveMutationExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveMutationExecutorSingleBatched(org.hibernate.sql.model.PreparableMutationOperation mutationOperation, org.hibernate.engine.jdbc.batch.spi.BatchKey batchKey, int batchSize, org.hibernate.engine.spi.SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionperformReactiveBatchedOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.jdbc.mutation.OperationResultChecker resultChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session) Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
getStatementGroup, performBatchedOperations, releaseMethods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
getJdbcValueBindings, getMutationOperation, getPreparedStatementDetails, resolvePhysicalTableName, resolveValueDescriptorMethods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute, execute, performNonBatchedMutation, performNonBatchedOperations, performSelfExecutingOperations, prepareForNonBatchedWorkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.engine.jdbc.mutation.MutationExecutor
execute, getJdbcValueBindings, getPreparedStatementDetails, releaseMethods inherited from interface org.hibernate.reactive.engine.jdbc.env.internal.ReactiveMutationExecutor
execute, executeReactive, executeReactive, performReactiveNonBatchedMutation, performReactiveNonBatchedOperations, performReactiveSelfExecutingOperations
-
Constructor Details
-
Method Details