[Missing <summary> documentation for "N:NHibernate.Loader.Custom"]
Classes
Class | Description | |
---|---|---|
CollectionFetchReturn | Spefically 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 | ICollectionAliases that uses columnnames instead of generated aliases.
Aliases can still be overwritten via <return-property> | |
ColumnEntityAliases | IEntityAliases that chooses the column names over the alias names.
| |
CustomLoader |
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
| |
CustomLoader..::..MetaData |
Encapsulates the metadata available from the database result set.
| |
CustomLoader..::..NonScalarResultColumnProcessor | ||
CustomLoader..::..ResultRowProcessor | ||
CustomLoader..::..ScalarResultColumnProcessor | ||
EntityFetchReturn | Specifically a fetch return that refers to an entity association. | |
FetchReturn | Represents a return which names a fetched association. | |
NonScalarReturn | Represents some non-scalar (entity/collection) return within the query result. | |
RootReturn |
Represents a return which names a "root" entity.
| |
ScalarReturn | Represent a scalar (AKA simple value) return within a query result. |
Interfaces
Interface | Description | |
---|---|---|
CustomLoader..::..IResultColumnProcessor | ||
ICustomQuery |
Extension point allowing any SQL query with named and positional parameters
to be executed by Hibernate, returning managed entities, collections and
simple scalar values.
| |
IReturn | Represents a return in a custom query. |