Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.engine.query.sql | |
org.hibernate.loader.custom.sql |
Modifier and Type | Method and Description |
---|---|
void |
SQLQueryResultMappingBuilder.ReturnsHolder.add(NativeSQLQueryReturn queryReturn) |
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryReturn[] |
ResultSetMappingDefinition.getQueryReturns() |
NativeSQLQueryReturn[] |
NamedSQLQueryDefinition.getQueryReturns() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetMappingDefinition.addQueryReturn(NativeSQLQueryReturn queryReturn) |
Constructor and Description |
---|
NamedSQLQueryDefinition(String query,
NativeSQLQueryReturn[] queryReturns,
List<String> querySpaces,
boolean cacheable,
String cacheRegion,
Integer timeout,
Integer fetchSize,
FlushMode flushMode,
CacheMode cacheMode,
boolean readOnly,
String comment,
Map parameterTypes,
boolean callable)
This form used to construct a NamedSQLQueryDefinition from the binder
code when a the result-set mapping information is explicitly
provided in the query definition (i.e., no resultset-mapping used)
|
Modifier and Type | Class and Description |
---|---|
class |
NativeSQLQueryCollectionReturn
Represents a return defined as part of a native sql query which
names a collection role in the form {classname}.{collectionrole}; it
is used in defining a custom sql query for loading an entity's
collection in non-fetching scenarios (i.e., loading the collection
itself as the "root" of the result).
|
class |
NativeSQLQueryJoinReturn
Represents a return defined as part of a native sql query which
names a fetched role.
|
class |
NativeSQLQueryNonScalarReturn
Represents the base information for a non-scalar return defined as part of
a native sql query.
|
class |
NativeSQLQueryRootReturn
Represents a return defined as part of a native sql query which
names a "root" entity.
|
class |
NativeSQLQueryScalarReturn
Describes a scalar return in a native SQL query.
|
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryReturn[] |
NativeSQLQuerySpecification.getQueryReturns() |
Constructor and Description |
---|
NativeSQLQuerySpecification(String queryString,
NativeSQLQueryReturn[] queryReturns,
Collection querySpaces) |
Constructor and Description |
---|
SQLCustomQuery(String sqlQuery,
NativeSQLQueryReturn[] queryReturns,
Collection additionalQuerySpaces,
SessionFactoryImplementor factory) |
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved