Class ReactiveEntityInsertActionHolder
java.lang.Object
org.hibernate.reactive.engine.impl.ReactiveEntityInsertActionHolder
- All Implemented Interfaces:
Serializable,Comparable<org.hibernate.engine.spi.ComparableExecutable>,org.hibernate.action.spi.Executable,org.hibernate.engine.spi.ComparableExecutable,ReactiveExecutable
public final class ReactiveEntityInsertActionHolder
extends Object
implements org.hibernate.action.spi.Executable, ReactiveExecutable, org.hibernate.engine.spi.ComparableExecutable, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterDeserialize(org.hibernate.event.spi.EventSource session) voidintcompareTo(org.hibernate.engine.spi.ComparableExecutable o) voidexecute()org.hibernate.action.spi.AfterTransactionCompletionProcessorg.hibernate.action.spi.BeforeTransactionCompletionProcessString[]
-
Constructor Details
-
ReactiveEntityInsertActionHolder
-
-
Method Details
-
getPropertySpaces
- Specified by:
getPropertySpacesin interfaceorg.hibernate.action.spi.Executable
-
beforeExecutions
public void beforeExecutions() throws org.hibernate.HibernateException- Specified by:
beforeExecutionsin interfaceorg.hibernate.action.spi.Executable- Throws:
org.hibernate.HibernateException
-
execute
public void execute() throws org.hibernate.HibernateException- Specified by:
executein interfaceorg.hibernate.action.spi.Executable- Throws:
org.hibernate.HibernateException
-
getAfterTransactionCompletionProcess
public org.hibernate.action.spi.AfterTransactionCompletionProcess getAfterTransactionCompletionProcess()- Specified by:
getAfterTransactionCompletionProcessin interfaceorg.hibernate.action.spi.Executable
-
getBeforeTransactionCompletionProcess
public org.hibernate.action.spi.BeforeTransactionCompletionProcess getBeforeTransactionCompletionProcess()- Specified by:
getBeforeTransactionCompletionProcessin interfaceorg.hibernate.action.spi.Executable
-
afterDeserialize
public void afterDeserialize(org.hibernate.event.spi.EventSource session) - Specified by:
afterDeserializein interfaceorg.hibernate.action.spi.Executable
-
reactiveExecute
- Specified by:
reactiveExecutein interfaceReactiveExecutable
-
getDelegate
-
getPrimarySortClassifier
- Specified by:
getPrimarySortClassifierin interfaceorg.hibernate.engine.spi.ComparableExecutable
-
getSecondarySortIndex
- Specified by:
getSecondarySortIndexin interfaceorg.hibernate.engine.spi.ComparableExecutable
-
compareTo
public int compareTo(org.hibernate.engine.spi.ComparableExecutable o) - Specified by:
compareToin interfaceComparable<org.hibernate.engine.spi.ComparableExecutable>
-