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.spi.sql | |
org.hibernate.engine.spi | |
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() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetMappingDefinition.addQueryReturn(NativeSQLQueryReturn queryReturn) |
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(java.lang.String queryString,
NativeSQLQueryReturn[] queryReturns,
java.util.Collection querySpaces) |
Modifier and Type | Method and Description |
---|---|
NativeSQLQueryReturn[] |
NamedSQLQueryDefinition.getQueryReturns() |
Constructor and Description |
---|
NamedSQLQueryDefinition(java.lang.String name,
java.lang.String query,
NativeSQLQueryReturn[] queryReturns,
java.util.List<java.lang.String> querySpaces,
boolean cacheable,
java.lang.String cacheRegion,
java.lang.Integer timeout,
java.lang.Integer fetchSize,
FlushMode flushMode,
CacheMode cacheMode,
boolean readOnly,
java.lang.String comment,
java.util.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)
|
Constructor and Description |
---|
SQLCustomQuery(java.lang.String sqlQuery,
NativeSQLQueryReturn[] queryReturns,
java.util.Collection additionalQuerySpaces,
SessionFactoryImplementor factory) |
SQLQueryReturnProcessor(NativeSQLQueryReturn[] queryReturns,
SessionFactoryImplementor factory) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.