Class ReactiveCollectionUpdateAction
java.lang.Object
org.hibernate.action.internal.CollectionAction
org.hibernate.reactive.engine.impl.ReactiveCollectionUpdateAction
- All Implemented Interfaces:
Serializable,Comparable<org.hibernate.engine.spi.ComparableExecutable>,org.hibernate.action.spi.Executable,org.hibernate.engine.spi.ComparableExecutable,ReactiveExecutable
public class ReactiveCollectionUpdateAction
extends org.hibernate.action.internal.CollectionAction
implements ReactiveExecutable
Like
CollectionUpdateAction but reactive- See Also:
-
CollectionUpdateAction- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionUpdateAction(org.hibernate.collection.spi.PersistentCollection collection, org.hibernate.persister.collection.CollectionPersister persister, Object key, boolean emptySnapshot, org.hibernate.event.spi.EventSource session) -
Method Summary
Methods inherited from class org.hibernate.action.internal.CollectionAction
afterDeserialize, beforeExecutions, compareTo, eventSource, evict, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getCollection, getEventListenerGroups, getKey, getPersister, getPrimarySortClassifier, getPropertySpaces, getSecondarySortIndex, getSession, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.action.spi.Executable
afterDeserialize, beforeExecutions, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces
-
Constructor Details
-
ReactiveCollectionUpdateAction
public ReactiveCollectionUpdateAction(org.hibernate.collection.spi.PersistentCollection collection, org.hibernate.persister.collection.CollectionPersister persister, Object key, boolean emptySnapshot, org.hibernate.event.spi.EventSource session)
-
-
Method Details
-
reactiveExecute
- Specified by:
reactiveExecutein interfaceReactiveExecutable
-
execute
public void execute() throws org.hibernate.HibernateException- Specified by:
executein interfaceorg.hibernate.action.spi.Executable- Throws:
org.hibernate.HibernateException
-