Uses of Interface
org.hibernate.loader.custom.CustomQuery

Packages that use CustomQuery
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL 
org.hibernate.loader.custom.sql   
 

Uses of CustomQuery in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi with parameters of type CustomQuery
 List SessionImplementor.listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
          Execute an SQL Query
 ScrollableResults SessionImplementor.scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
          Execute an SQL Query
 

Uses of CustomQuery in org.hibernate.envers.entities.mapper.relation.lazy
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy with parameters of type CustomQuery
 List AbstractDelegateSessionImplementor.listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 ScrollableResults AbstractDelegateSessionImplementor.scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 

Uses of CustomQuery in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type CustomQuery
 List SessionImpl.listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 List StatelessSessionImpl.listCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 ScrollableResults SessionImpl.scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 ScrollableResults StatelessSessionImpl.scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
           
 

Uses of CustomQuery in org.hibernate.loader.custom
 

Constructors in org.hibernate.loader.custom with parameters of type CustomQuery
CustomLoader(CustomQuery customQuery, SessionFactoryImplementor factory)
           
 

Uses of CustomQuery in org.hibernate.loader.custom.sql
 

Classes in org.hibernate.loader.custom.sql that implement CustomQuery
 class SQLCustomQuery
          Implements Hibernate's built-in support for native SQL queries.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.