Uses of Class
net.sourceforge.hivetranse.transaction.hibernate3.SessionsRepositoryImpl.TransactionEntry

Packages that use SessionsRepositoryImpl.TransactionEntry
net.sourceforge.hivetranse.transaction.hibernate3 This is the main package for Hibernate-specific transaction handling under HiveMind. 
 

Uses of SessionsRepositoryImpl.TransactionEntry in net.sourceforge.hivetranse.transaction.hibernate3
 

Methods in net.sourceforge.hivetranse.transaction.hibernate3 that return SessionsRepositoryImpl.TransactionEntry
protected  SessionsRepositoryImpl.TransactionEntry SessionsRepositoryImpl.openSession(org.hibernate.SessionFactory factory)
           
 

Methods in net.sourceforge.hivetranse.transaction.hibernate3 with parameters of type SessionsRepositoryImpl.TransactionEntry
protected  org.hibernate.HibernateException SessionsRepositoryImpl.openTransaction(SessionsRepositoryImpl.TransactionEntry entry)