Class ReactiveMutationExecutorSingleNonBatched
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveMutationExecutorSingleNonBatched
- All Implemented Interfaces:
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess,org.hibernate.engine.jdbc.mutation.MutationExecutor,ReactiveMutationExecutor
public class ReactiveMutationExecutorSingleNonBatched
extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
implements ReactiveMutationExecutor
- See Also:
-
MutationExecutorSingleNonBatched
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveMutationExecutorSingleNonBatched(org.hibernate.sql.model.PreparableMutationOperation mutationOperation, org.hibernate.generator.values.GeneratedValuesMutationDelegate generatedValuesDelegate, org.hibernate.engine.spi.SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.hibernate.generator.values.GeneratedValues>performReactiveNonBatchedOperations(Object modelReference, 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, boolean isIdentityInsert, String[] identifierColumnsNames) voidrelease()Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
getStatementGroup, performNonBatchedOperationsMethods 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, performBatchedOperations, performNonBatchedMutation, 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, getPreparedStatementDetailsMethods inherited from interface org.hibernate.reactive.engine.jdbc.env.internal.ReactiveMutationExecutor
execute, executeReactive, executeReactive, performReactiveBatchedOperations, performReactiveNonBatchedMutation, performReactiveSelfExecutingOperations
-
Constructor Details
-
Method Details
-
release
public void release()- Specified by:
releasein interfaceorg.hibernate.engine.jdbc.mutation.MutationExecutor- Overrides:
releasein classorg.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched