|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
implementors shall deliver hibernate session on demand.
| Method Summary | |
net.sf.hibernate.Session |
getSession()
provide hibernate session out of factory |
void |
init(java.util.Properties properties)
initialize factory with properties |
void |
returnCloseSession(net.sf.hibernate.Session sess)
return session back and close it. |
void |
returnSession(net.sf.hibernate.Session sess)
put session back. |
void |
rollback()
rollback active transaction if any. |
| Method Detail |
public net.sf.hibernate.Session getSession()
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException - Description of Exception
public void rollback()
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException - Description of Exception
public void returnSession(net.sf.hibernate.Session sess)
throws net.sf.hibernate.HibernateException
sess - Description of Parameter
net.sf.hibernate.HibernateException - Description of Exception
public void returnCloseSession(net.sf.hibernate.Session sess)
throws net.sf.hibernate.HibernateException
sess - Description of Parameter
net.sf.hibernate.HibernateException - Description of Exception
public void init(java.util.Properties properties)
throws InfobitException
properties - Description of Parameter
InfobitException - Description of Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||