Uses of Package
org.hibernate.loader.custom

Packages that use org.hibernate.loader.custom
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.query   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
 

Classes in org.hibernate.loader.custom used by org.hibernate.engine
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
SQLQueryReturn
          Represents the base information for a return defined as part of a native sql query.
SQLQueryScalarReturn
           
 

Classes in org.hibernate.loader.custom used by org.hibernate.engine.query
SQLCustomQuery
          Implements Hibernate's built-in support for native SQL queries.
SQLQueryReturn
          Represents the base information for a return defined as part of a native sql query.
SQLQueryScalarReturn
           
 

Classes in org.hibernate.loader.custom used by org.hibernate.impl
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
 

Classes in org.hibernate.loader.custom used by org.hibernate.loader.custom
CustomQuery
          Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
SQLQueryReturn
          Represents the base information for a return defined as part of a native sql query.
SQLQueryScalarReturn