Interface HibernateSessionHolder
- All Known Implementing Classes:
HibernateSessionHolderImpl,JpaHibernateSessionHolderImpl
public interface HibernateSessionHolder
- Author:
- Andy Somers
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.Sessionorg.hibernate.Session
-
Method Details
-
getCurrentSession
org.hibernate.Session getCurrentSession() -
openSession
org.hibernate.Session openSession()
-