Package org.n52.series.db.old
Interface HibernateSessionStore
- All Known Implementing Classes:
SeriesHibernateSessionHolder
public interface HibernateSessionStore
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.SessionvoidreturnSession(org.hibernate.Session session) voidshutdown()
-
Method Details
-
getSession
org.hibernate.Session getSession() -
returnSession
void returnSession(org.hibernate.Session session) -
shutdown
@PreDestroy void shutdown()
-