Package org.n52.series.db.old
Interface HibernateSessionStore
-
- All Known Implementing Classes:
SeriesHibernateSessionHolder
public interface HibernateSessionStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.SessiongetSession()voidreturnSession(org.hibernate.Session session)voidshutdown()
-
-
-
Method Detail
-
getSession
org.hibernate.Session getSession()
-
returnSession
void returnSession(org.hibernate.Session session)
-
shutdown
@PreDestroy void shutdown()
-
-