Namespaces

Types

Type CriteriaUtil

Namespace NHibernate

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public fields

IResultTransformer AliasToEntityMap

Each row of results is an IDictionary from alias to entity instance
return IResultTransformer

IResultTransformer RootEntity

Each row of results is an instance of the root entity
return IResultTransformer

IResultTransformer DistinctRootEntity

Each row of results is a distinct instance of the root entity
return IResultTransformer

string RootAlias

The alias that refers to the "root" entity of the criteria query.
return string