Interface HibernateSessionHolder

All Known Implementing Classes:
HibernateSessionHolderImpl, JpaHibernateSessionHolderImpl

public interface HibernateSessionHolder
Author:
Andy Somers
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.Session
     
    org.hibernate.Session
     
  • Method Details

    • getCurrentSession

      org.hibernate.Session getCurrentSession()
    • openSession

      org.hibernate.Session openSession()