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

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


Uses of Class
net.sf.hibernate.hql.WhereParser

Packages that use WhereParser
net.sf.hibernate.hql   
 

Uses of WhereParser in net.sf.hibernate.hql
 

Subclasses of WhereParser in net.sf.hibernate.hql
 class HavingParser
          Parses the having clause of a hibernate query and translates it to an SQL having clause.