Example usage for Java org.hibernate SessionFactoryObserver fields, constructors, methods, implement or subclass
The text is from its open source code.
void | sessionFactoryClosed(SessionFactory factory) Callback to indicate that the given factory has been closed. |
void | sessionFactoryCreated(SessionFactory factory) Callback to indicate that the given factory has been created and is now ready for use. |