|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.dao.engine.transaction.hibernate.HibernateDaoTransaction
Constructor Summary | |
HibernateDaoTransaction(net.sf.hibernate.SessionFactory factory)
|
Method Summary | |
void |
commit()
|
java.sql.Connection |
getConnection()
|
net.sf.hibernate.Session |
getSession()
|
void |
rollback()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HibernateDaoTransaction(net.sf.hibernate.SessionFactory factory)
Method Detail |
public void commit()
public void rollback()
public net.sf.hibernate.Session getSession()
public java.sql.Connection getConnection()
getConnection
in interface ConnectionDaoTransaction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |