Namespaces

Types

Type Transformers

Namespace NHibernate.Transform

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 static methods

IResultTransformer AliasToBean(Type target)

Creates a resulttransformer that will inject aliased values into instances of via property methods or fields.
Parameters
return IResultTransformer
Type target

Public fields

IResultTransformer AliasToEntityMap

Each row of results is a map ( IDictionary ) from alias to values/entities
return IResultTransformer