Package org.hibernate.reactive.id.insert
Interface ReactiveInsertGeneratedIdentifierDelegate
-
- All Known Subinterfaces:
ReactiveAbstractReturningDelegate
,ReactiveAbstractSelectingDelegate
- All Known Implementing Classes:
ReactiveBasicSelectingDelegate
,ReactiveInsertReturningDelegate
public interface ReactiveInsertGeneratedIdentifierDelegate
- See Also:
InsertGeneratedIdentifierDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Object>
reactivePerformInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
CompletionStage<Object>
reactivePerformInsert(PreparedStatementDetails insertStatementDetails, JdbcValueBindings valueBindings, Object entity, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactivePerformInsert
CompletionStage<Object> reactivePerformInsert(PreparedStatementDetails insertStatementDetails, JdbcValueBindings valueBindings, Object entity, SharedSessionContractImplementor session)
-
reactivePerformInsert
CompletionStage<Object> reactivePerformInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
-
-