Uses of Class
org.hibernate.impl.SessionImpl

Packages that use SessionImpl
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of SessionImpl in org.hibernate.impl
 

Methods in org.hibernate.impl that return SessionImpl
 SessionImpl CriteriaImpl.getSession()
           
 

Methods in org.hibernate.impl with parameters of type SessionImpl
 void CriteriaImpl.setSession(SessionImpl session)
           
 

Constructors in org.hibernate.impl with parameters of type SessionImpl
CriteriaImpl(String entityOrClassName, SessionImpl session)
           
CriteriaImpl(String entityOrClassName, String alias, SessionImpl session)