Class ReactiveEntityInsertActionHolder

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.hibernate.engine.spi.ComparableExecutable>, org.hibernate.action.spi.Executable, org.hibernate.engine.spi.ComparableExecutable, ReactiveExecutable

    public final class ReactiveEntityInsertActionHolder
    extends java.lang.Object
    implements org.hibernate.action.spi.Executable, ReactiveExecutable, org.hibernate.engine.spi.ComparableExecutable, java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • getPropertySpaces

        public java.io.Serializable[] getPropertySpaces()
        Specified by:
        getPropertySpaces in interface org.hibernate.action.spi.Executable
      • beforeExecutions

        public void beforeExecutions()
                              throws org.hibernate.HibernateException
        Specified by:
        beforeExecutions in interface org.hibernate.action.spi.Executable
        Throws:
        org.hibernate.HibernateException
      • execute

        public void execute()
                     throws org.hibernate.HibernateException
        Specified by:
        execute in interface org.hibernate.action.spi.Executable
        Throws:
        org.hibernate.HibernateException
      • getAfterTransactionCompletionProcess

        public org.hibernate.action.spi.AfterTransactionCompletionProcess getAfterTransactionCompletionProcess()
        Specified by:
        getAfterTransactionCompletionProcess in interface org.hibernate.action.spi.Executable
      • getBeforeTransactionCompletionProcess

        public org.hibernate.action.spi.BeforeTransactionCompletionProcess getBeforeTransactionCompletionProcess()
        Specified by:
        getBeforeTransactionCompletionProcess in interface org.hibernate.action.spi.Executable
      • afterDeserialize

        public void afterDeserialize​(org.hibernate.event.spi.EventSource session)
        Specified by:
        afterDeserialize in interface org.hibernate.action.spi.Executable
      • getPrimarySortClassifier

        public java.lang.String getPrimarySortClassifier()
        Specified by:
        getPrimarySortClassifier in interface org.hibernate.engine.spi.ComparableExecutable
      • getSecondarySortIndex

        public java.lang.Object getSecondarySortIndex()
        Specified by:
        getSecondarySortIndex in interface org.hibernate.engine.spi.ComparableExecutable
      • compareTo

        public int compareTo​(org.hibernate.engine.spi.ComparableExecutable o)
        Specified by:
        compareTo in interface java.lang.Comparable<org.hibernate.engine.spi.ComparableExecutable>