| Package | Description |
|---|---|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
| org.hibernate.loader.custom.sql |
| Modifier and Type | Method and Description |
|---|---|
CustomQuery |
NativeSQLQueryPlan.getCustomQuery() |
| Modifier and Type | Method and Description |
|---|---|
default CustomLoader |
NativeQueryInterpreter.createCustomLoader(CustomQuery customQuery,
SessionFactoryImplementor sessionFactory)
Deprecated.
This method will be removed in 6.
|
| Constructor and Description |
|---|
NativeSQLQueryPlan(String sourceQuery,
CustomQuery customQuery)
Constructs a NativeSQLQueryPlan.
|
| Modifier and Type | Method and Description |
|---|---|
List |
SharedSessionContractImplementor.listCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters)
Execute an SQL Query
|
List |
SessionDelegatorBaseImpl.listCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters) |
ScrollableResultsImplementor |
SharedSessionContractImplementor.scrollCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters)
Execute an SQL Query
|
ScrollableResultsImplementor |
SessionDelegatorBaseImpl.scrollCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters) |
| Constructor and Description |
|---|
CustomLoader(CustomQuery customQuery,
SessionFactoryImplementor factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLCustomQuery
Implements Hibernate's built-in support for native SQL queries.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.