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

Classes

  ClassDescription
Public classAliasToBeanConstructorResultTransformer
Public classAliasToBeanResultTransformer
Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.
Public classAliasToEntityMapResultTransformer
Public classDistinctRootEntityResultTransformer
Public classPassThroughResultTransformer
Public classRootEntityResultTransformer
Public classToListResultTransformer
Tranforms each result row from a tuple into a IList, such that what you end up with is a IList of IList.
Public classTransformers

Interfaces

  InterfaceDescription
Public interfaceIResultTransformer
Implementors define a strategy for transforming criteria query results into the actual application-visible query result list.