[Missing <summary> documentation for "N:NHibernate.Loader.Custom"]

Classes

  ClassDescription
Public classCollectionFetchReturn
Spefically a fetch return that refers to a collection association.
Public classCollectionReturn
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).
Public classColumnCollectionAliases
ICollectionAliases that uses columnnames instead of generated aliases. Aliases can still be overwritten via <return-property>
Public classColumnEntityAliases
IEntityAliases that chooses the column names over the alias names.
Public classCustomLoader
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
Public classCustomLoader..::..MetaData
Encapsulates the metadata available from the database result set.
Public classCustomLoader..::..NonScalarResultColumnProcessor
Public classCustomLoader..::..ResultRowProcessor
Public classCustomLoader..::..ScalarResultColumnProcessor
Public classEntityFetchReturn
Specifically a fetch return that refers to an entity association.
Public classFetchReturn
Represents a return which names a fetched association.
Public classNonScalarReturn
Represents some non-scalar (entity/collection) return within the query result.
Public classRootReturn
Represents a return which names a "root" entity.
Public classScalarReturn
Represent a scalar (AKA simple value) return within a query result.

Interfaces

  InterfaceDescription
Public interfaceCustomLoader..::..IResultColumnProcessor
Public interfaceICustomQuery
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
Public interfaceIReturn
Represents a return in a custom query.