SessionFactoryObserver

Allows reaction to basic SessionFactory occurrences

Members

Functions

sessionFactoryClosed
void sessionFactoryClosed(SessionFactory factory)

Callback to indicate that the given factory has been closed.

sessionFactoryCreated
void sessionFactoryCreated(SessionFactory factory)

Callback to indicate that the given factory has been created and is now ready for use.

Meta