| org.hibernate.SessionFactoryObserver |
Allows reaction to basic SessionFactory occurrences.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Callback to indicate that the given factory has been closed.
| |||||||||||
Callback to indicate that the given factory has been created and is now ready for use.
| |||||||||||
Callback to indicate that the given factory has been closed. Care should be taken in how (if at all) the passed factory reference is used since it is closed.
| factory | The factory closed. |
|---|
Callback to indicate that the given factory has been created and is now ready for use.
| factory | The factory initialized. |
|---|