| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.hibernatepackage. | 
| 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 | SQLCustomQueryImplements Hibernate's built-in support for native SQL queries. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||