Interface HibernateSessionStore

All Known Implementing Classes:
SeriesHibernateSessionHolder

public interface HibernateSessionStore
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.Session
     
    void
    returnSession(org.hibernate.Session session)
     
    void
     
  • Method Details

    • getSession

      org.hibernate.Session getSession()
    • returnSession

      void returnSession(org.hibernate.Session session)
    • shutdown

      @PreDestroy void shutdown()