Uses of Class
net.sf.hibernate.impl.CriteriaImpl

Packages that use CriteriaImpl
net.sf.hibernate.impl   
net.sf.hibernate.loader   
 

Uses of CriteriaImpl in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl with parameters of type CriteriaImpl
 List SessionImpl.find(CriteriaImpl criteria)
           
 

Uses of CriteriaImpl in net.sf.hibernate.loader
 

Constructors in net.sf.hibernate.loader with parameters of type CriteriaImpl
CriteriaLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory, CriteriaImpl criteria)