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 TypeMethodDescriptionvoid
void
fireOnAfterFlush
(TransactionControl transaction) void
fireOnBeforeCommit
(TransactionControl transaction) org.hibernate.Session
Methods inherited from interface ch.tocco.nice2.persist.core.api.hibernate.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()
-