|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.infodesire.infobit.hibernate.BaseSessionProvider
abstract base session provider. handles session factory configuration. concrete classes shall call init() before own initialization
| Constructor Summary | |
BaseSessionProvider()
|
|
| Method Summary | |
void |
init(java.util.Properties properties)
initialize from propeties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.infodesire.infobit.hibernate.SessionProvider |
getSession, returnCloseSession, returnSession, rollback |
| Constructor Detail |
public BaseSessionProvider()
| Method Detail |
public void init(java.util.Properties properties)
throws InfobitException
init in interface SessionProviderproperties - Description of Parameter
InfobitException - Description of Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||