Package | Description |
---|---|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql |
Modifier and Type | Class and Description |
---|---|
class |
CollectionFetchReturn
Specifically a fetch return that refers to a collection association.
|
class |
CollectionReturn
Represents a return which names a collection role; it
is used in defining a custom query for loading an entity's
collection in non-fetching scenarios (i.e., loading the collection
itself as the "root" of the result).
|
class |
ConstructorReturn
A return representing a
ConstructorResult |
class |
EntityFetchReturn
Spefically a fetch return that refers to an entity association.
|
class |
FetchReturn
Represents a return which names a fetched association.
|
class |
NonScalarReturn
Represents some non-scalar (entity/collection) return within the query result.
|
class |
RootReturn
Represents a return which names a "root" entity.
|
class |
ScalarReturn
Represent a scalar (aka simple value) return within a query result.
|
Modifier and Type | Method and Description |
---|---|
List<Return> |
CustomQuery.getCustomQueryReturns()
A collection of
descriptors describing the
JDBC result set to be expected and how to map this result set. |
Modifier and Type | Method and Description |
---|---|
List<Return> |
SQLQueryReturnProcessor.generateCustomReturns(boolean queryHadAliases) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.