Interface PersistenceSessionImplementor

All Superinterfaces:
PersistenceSession
All Known Implementing Classes:
PersistenceSessionImpl

public interface PersistenceSessionImplementor extends PersistenceSession
Internal interface for PersistenceSession that is only visible within the persist/core module.
  • Method Details

    • getHibernateSession

      org.hibernate.Session getHibernateSession()
    • getTransactionListeners

      Set<TransactionListener> getTransactionListeners()
    • getTemporaryEntityListeners

      Set<EventListener> getTemporaryEntityListeners()
    • fireOnBeforeCommit

      void fireOnBeforeCommit(TransactionControl transaction)
    • fireOnAfterFlush

      void fireOnAfterFlush(TransactionControl transaction)
    • fireOnAfterCommit

      void fireOnAfterCommit()