Uses of Class
org.hibernate.impl.AbstractQueryImpl

Packages that use AbstractQueryImpl
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of AbstractQueryImpl in org.hibernate.impl
 

Subclasses of AbstractQueryImpl in org.hibernate.impl
 class CollectionFilterImpl
          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.