|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionFactoryObserver
Allows reaction to basic SessionFactory occurrences.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void sessionFactoryCreated(SessionFactory factory)
factory - The factory initialized.void sessionFactoryClosed(SessionFactory factory)
factory - The factory closed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||