org.hibernate.engine.query.sql.NativeSQLQueryReturn |
Known Indirect Subclasses
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). |
NativeSQLQueryJoinReturn |
Represents a return defined as part of a native sql query which
names a fetched role. |
NativeSQLQueryNonScalarReturn |
Represents the base information for a non-scalar return defined as part of
a native sql query. |
NativeSQLQueryRootReturn |
Represents a return defined as part of a native sql query which
names a "root" entity. |
NativeSQLQueryScalarReturn |
Describes a scalar return in a native SQL query. |
|
Class Overview
Describes a return in a native SQL query.
IMPL NOTE : implementations should be immutable as they are used as part of cache keys for result caching.