Package org.hibernate.reactive.engine
Interface ReactiveExecutable
- All Superinterfaces:
org.hibernate.action.spi.Executable
,Serializable
- All Known Subinterfaces:
ReactiveEntityInsertAction
- All Known Implementing Classes:
QueuedOperationCollectionAction
,ReactiveCollectionRecreateAction
,ReactiveCollectionRemoveAction
,ReactiveCollectionUpdateAction
,ReactiveEntityDeleteAction
,ReactiveEntityIdentityInsertAction
,ReactiveEntityInsertActionHolder
,ReactiveEntityRegularInsertAction
,ReactiveEntityUpdateAction
,ReactiveOrphanRemovalAction
An operation that is scheduled for later non-blocking
execution in an
ReactiveActionQueue
. Reactive counterpart
to Executable
.-
Method Summary
Methods inherited from interface org.hibernate.action.spi.Executable
afterDeserialize, beforeExecutions, execute, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces
-
Method Details
-
reactiveExecute
CompletionStage<Void> reactiveExecute()
-