Package org.hibernate.reactive.id.insert
Interface ReactiveInsertGeneratedIdentifierDelegate
- All Superinterfaces:
org.hibernate.generator.values.GeneratedValuesMutationDelegate
,ReactiveGeneratedValuesMutationDelegate
- All Known Subinterfaces:
ReactiveAbstractReturningDelegate
- All Known Implementing Classes:
ReactiveInsertReturningDelegate
public interface ReactiveInsertGeneratedIdentifierDelegate
extends ReactiveGeneratedValuesMutationDelegate
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.hibernate.generator.values.GeneratedValues>
reactivePerformInsertReturning
(String insertSQL, SharedSessionContractImplementor session, Binder binder) Methods inherited from interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
createTableMutationBuilder, getGeneratedValuesMappingProducer, getTiming, performMutation, prepareStatement, supportsArbitraryValues, supportsRowId
Methods inherited from interface org.hibernate.reactive.generator.values.ReactiveGeneratedValuesMutationDelegate
reactivePerformMutation
-
Method Details