Interface PersistenceSessionImplementor
- All Superinterfaces:
PersistenceSession
- All Known Implementing Classes:
PersistenceSessionImpl
Internal interface for
PersistenceSession that is only visible within
the persist/core module.-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfireOnAfterFlush(TransactionControl transaction) voidfireOnBeforeCommit(TransactionControl transaction) org.hibernate.SessionMethods inherited from interface PersistenceSession
addCleanupAction, addCommitListener, addEntityFacadeListener, addEntityListener, addTransactionListener, clear, getAttribute, getCacheControl, getQueryTimeout, isOpen, removeCommitListener, removeEntityFacadeListener, removeEntityListener, removeTransactionListener, setAttribute, setQueryTimeout
-
Method Details
-
getHibernateSession
org.hibernate.Session getHibernateSession() -
getTransactionListeners
Set<TransactionListener> getTransactionListeners() -
getTemporaryEntityListeners
Set<EventListener> getTemporaryEntityListeners() -
fireOnBeforeCommit
-
fireOnAfterFlush
-
fireOnAfterCommit
void fireOnAfterCommit()
-