Interface SessionFactoryManagerListener
- All Known Implementing Classes:
CreatedEntitiesPoolImpl
,HistoryService
public interface SessionFactoryManagerListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
sessionClosing
(PersistenceSession session) Called just before thePersistenceSession
is closed.default void
sessionCreated
(PersistenceSession session)
-
Method Details
-
sessionCreated
-
sessionClosing
Called just before thePersistenceSession
is closed.
-