站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.impl.CriteriaImpl (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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)
           
 

Constructors in net.sf.hibernate.impl with parameters of type CriteriaImpl
CriteriaImpl(Class persistentClass, CriteriaImpl original)
          Copy all the internal attributes of the given CrtieriaImpl except alter the root persistent class type to be the given one.
 

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)