CollectionFetchReturn |
Specifically a fetch return that refers to a collection association.
|
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).
|
ColumnCollectionAliases |
CollectionAliases that uses column names instead of generated aliases.
|
ConstructorResultColumnProcessor |
|
ConstructorReturn |
|
CustomLoader |
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
|
EntityFetchReturn |
Spefically a fetch return that refers to an entity association.
|
FetchReturn |
Represents a return which names a fetched association.
|
NonScalarResultColumnProcessor |
Represents non-scalar returns within the custom query.
|
NonScalarReturn |
Represents some non-scalar (entity/collection) return within the query result.
|
ResultRowProcessor |
Models an entire "row" of results within a custom query
|
RootReturn |
Represents a return which names a "root" entity.
|
ScalarResultColumnProcessor |
Represents a scalar result within the custom query
|
ScalarReturn |
Represent a scalar (aka simple value) return within a query result.
|