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

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


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

Packages that use AbstractQueryImpl
net.sf.hibernate.impl   
 

Uses of AbstractQueryImpl in net.sf.hibernate.impl
 

Subclasses of AbstractQueryImpl in net.sf.hibernate.impl
 class FilterImpl
          implementation of the Query interface for collection filters
 class QueryImpl
          default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
 class SQLQueryImpl
          Implements SQL query passthrough.