Class ReactiveOrphanRemovalAction

java.lang.Object
org.hibernate.action.internal.EntityAction
org.hibernate.action.internal.EntityDeleteAction
org.hibernate.reactive.engine.impl.ReactiveEntityDeleteAction
org.hibernate.reactive.engine.impl.ReactiveOrphanRemovalAction
All Implemented Interfaces:
Serializable, Comparable<org.hibernate.engine.spi.ComparableExecutable>, org.hibernate.action.spi.AfterTransactionCompletionProcess, org.hibernate.action.spi.Executable, org.hibernate.engine.spi.ComparableExecutable, ReactiveExecutable

public class ReactiveOrphanRemovalAction extends ReactiveEntityDeleteAction
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveOrphanRemovalAction(Object id, Object[] state, Object version, Object instance, org.hibernate.persister.entity.EntityPersister persister, boolean isCascadeDeleteEnabled, org.hibernate.event.spi.EventSource session)
     
  • Method Summary

    Methods inherited from class org.hibernate.reactive.engine.impl.ReactiveEntityDeleteAction

    execute, reactiveExecute

    Methods inherited from class org.hibernate.action.internal.EntityDeleteAction

    doAfterTransactionCompletion, getCurrentVersion, getLock, getNaturalIdValues, getState, getVersion, hasPostCommitEventListeners, isCascadeDeleteEnabled, lockCacheItem, postCommitDelete, postDelete, postDeleteLoaded, postDeleteUnloaded, preDelete, removeCacheItem, setLock, unlockCacheItem

    Methods inherited from class org.hibernate.action.internal.EntityAction

    afterDeserialize, beforeExecutions, compareTo, eventSource, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getDelayedId, getEntityName, getEventListenerGroups, getId, getInstance, getPersister, getPrimarySortClassifier, getPropertySpaces, getSecondarySortIndex, getSession, isVeto, needsAfterTransactionCompletion, setVeto, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    afterDeserialize, beforeExecutions, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces
  • Constructor Details

    • ReactiveOrphanRemovalAction

      public ReactiveOrphanRemovalAction(Object id, Object[] state, Object version, Object instance, org.hibernate.persister.entity.EntityPersister persister, boolean isCascadeDeleteEnabled, org.hibernate.event.spi.EventSource session)