Uses of Interface
org.hibernate.persister.entity.Queryable

Packages that use Queryable
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Uses of Queryable in org.hibernate.hql.ast
 

Methods in org.hibernate.hql.ast that return Queryable
 Queryable FromElement.getQueryable()
           
 

Uses of Queryable in org.hibernate.persister.entity
 

Classes in org.hibernate.persister.entity that implement Queryable
 class BasicEntityPersister
          Basic functionality for persisting an entity via JDBC through either generated or custom SQL
 class JoinedSubclassEntityPersister
          An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
 class SingleTableEntityPersister
          The default implementation of the EntityPersister interface.
 class UnionSubclassEntityPersister
          Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.