Uses of Class
org.springframework.orm.hibernate.SessionHolder

Packages that use SessionHolder
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
 

Uses of SessionHolder in org.springframework.orm.hibernate
 

Methods in org.springframework.orm.hibernate that return SessionHolder
 SessionHolder HibernateTransactionObject.getSessionHolder()
           
 

Methods in org.springframework.orm.hibernate with parameters of type SessionHolder
protected  void HibernateTransactionObject.setSessionHolder(SessionHolder sessionHolder)
          Set new SessionHolder.
 

Constructors in org.springframework.orm.hibernate with parameters of type SessionHolder
HibernateTransactionObject(SessionHolder sessionHolder)
          Create HibernateTransactionObject for existing SessionHolder.
 



Copyright (C) 2003-2004 The Spring Framework Project.