Package org.hibernate.reactive.id.insert
Class ReactiveInsertReturningDelegate
- java.lang.Object
-
- org.hibernate.id.insert.AbstractReturningDelegate
-
- org.hibernate.id.insert.InsertReturningDelegate
-
- org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate
-
- All Implemented Interfaces:
InsertGeneratedIdentifierDelegate
,ReactiveAbstractReturningDelegate
,ReactiveInsertGeneratedIdentifierDelegate
public class ReactiveInsertReturningDelegate extends InsertReturningDelegate implements ReactiveAbstractReturningDelegate
-
-
Field Summary
-
Fields inherited from interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
LOG
-
-
Constructor Summary
Constructors Constructor Description ReactiveInsertReturningDelegate(PostInsertIdentityPersister persister, Dialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostInsertIdentityPersister
getPersister()
CompletionStage<Object>
reactivePerformInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
-
Methods inherited from class org.hibernate.id.insert.InsertReturningDelegate
createTableInsertBuilder, executeAndExtract, prepareIdentifierGeneratingInsert, prepareIdentifierGeneratingInsert, prepareStatement
-
Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate
performInsert, performInsert, releaseStatement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.reactive.id.insert.ReactiveAbstractReturningDelegate
reactivePerformInsert
-
-
-
-
Constructor Detail
-
ReactiveInsertReturningDelegate
public ReactiveInsertReturningDelegate(PostInsertIdentityPersister persister, Dialect dialect)
-
-
Method Detail
-
getPersister
public PostInsertIdentityPersister getPersister()
- Specified by:
getPersister
in interfaceReactiveAbstractReturningDelegate
- Overrides:
getPersister
in classAbstractReturningDelegate
-
reactivePerformInsert
public CompletionStage<Object> reactivePerformInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
- Specified by:
reactivePerformInsert
in interfaceReactiveAbstractReturningDelegate
- Specified by:
reactivePerformInsert
in interfaceReactiveInsertGeneratedIdentifierDelegate
-
-