Uses of Package
org.hibernate.loader.custom

Packages that use org.hibernate.loader.custom
org.hibernate.engine   
org.hibernate.engine.query   
org.hibernate.impl   
org.hibernate.loader.custom   
 

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