Interface ReactiveGeneratedValuesMutationDelegate
-
- All Superinterfaces:
org.hibernate.generator.values.GeneratedValuesMutationDelegate
- All Known Subinterfaces:
ReactiveAbstractReturningDelegate,ReactiveInsertGeneratedIdentifierDelegate
- All Known Implementing Classes:
GeneratedValuesMutationDelegateAdaptor,ReactiveInsertGeneratedIdentifierDelegate,ReactiveInsertReturningDelegate
public interface ReactiveGeneratedValuesMutationDelegate extends org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<org.hibernate.generator.values.GeneratedValues>reactivePerformMutation(org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails singleStatementDetails, org.hibernate.engine.jdbc.mutation.JdbcValueBindings jdbcValueBindings, Object modelReference, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactivePerformMutation
CompletionStage<org.hibernate.generator.values.GeneratedValues> reactivePerformMutation(org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails singleStatementDetails, org.hibernate.engine.jdbc.mutation.JdbcValueBindings jdbcValueBindings, Object modelReference, SharedSessionContractImplementor session)
-
-