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

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


Uses of Package
net.sf.hibernate.hql

Packages that use net.sf.hibernate.hql
net.sf.hibernate.hql   
net.sf.hibernate.impl   
 

Classes in net.sf.hibernate.hql used by net.sf.hibernate.hql
Parser
          A parser is a state machine that accepts a string of tokens, bounded by start() and end() and modifies a QueryTranslator.
PathExpressionParser
          Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.
QueryTranslator
          An instance of QueryTranslator translates a Hibernate query string to SQL.
WhereParser
          Parses the where clause of a hibernate query and translates it to an SQL where clause.
 

Classes in net.sf.hibernate.hql used by net.sf.hibernate.impl
FilterTranslator
           
QueryTranslator
          An instance of QueryTranslator translates a Hibernate query string to SQL.