[Missing namespace summary documentation for N:NHibernate.Loader.Custom]

Classes

  ClassDescription
public classCollectionFetchReturn
public classCollectionReturn
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
public classEntityFetchReturn
public classFetchReturn
public classNonScalarResultColumnProcessor
public classNonScalarReturn
public classParameterSubstitutionRecognizer
public classResultAliasContext
public classResultRowProcessor
public classRootReturn
public classScalarResultColumnProcessor
public classScalarReturn
public classSQLCustomQuery
public classSQLQueryCollectionReturn
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).

public classSQLQueryJoinReturn
Represents a return defined as part of a native sql query which names a fetched role.

public classSQLQueryNonScalarReturn
Represents the base information for a return defined as part of a native sql query.

public classSQLQueryParser
public classSQLQueryReturnProcessor
public classSQLQueryRootReturn
Represents a return defined as part of a native sql query which names a "root" entity. A root entity means it is explicitly a "column" in the result, as opposed to a fetched relationship or role.

public classSQLQueryScalarReturn

Interfaces