Class HibernateSessionHolderImpl
java.lang.Object
com.foreach.across.modules.hibernate.services.HibernateSessionHolderImpl
- All Implemented Interfaces:
 HibernateSessionHolder
- Author:
 - Andy Somers
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.Sessionorg.hibernate.Session 
- 
Constructor Details
- 
HibernateSessionHolderImpl
public HibernateSessionHolderImpl() 
 - 
 - 
Method Details
- 
getCurrentSession
public org.hibernate.Session getCurrentSession()- Specified by:
 getCurrentSessionin interfaceHibernateSessionHolder
 - 
openSession
public org.hibernate.Session openSession()- Specified by:
 openSessionin interfaceHibernateSessionHolder
 
 -