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

public interface ReactiveExecutable extends org.hibernate.action.spi.Executable, Serializable
An operation that is scheduled for later non-blocking execution in an ReactiveActionQueue. Reactive counterpart to Executable.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.hibernate.action.spi.Executable

    afterDeserialize, beforeExecutions, execute, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces