iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IBatisNet.DataMapper.MappedStatements.ResultStrategy Namespace

Namespace hierarchy

Classes

Class Description
AutoMapStrategy IResultStrategy implementation used when implicit 'ResultMap'.
DictionaryStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is IDictionary.
GroupByStrategy IResultStrategy implementation when a 'groupBy' attribute is specified on the resultMap tag.
ListStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is IList.
MapStrategy Delegates on the ResultMapStrategy or on the GroupByStrategy implementation if a grouBy attribute is specify on the resultMap tag.
ObjectStrategy IResultStrategy implementation when no 'resultClass' attribute is specified.
ResultClassStrategy IResultStrategy implementation when a 'resultClass' attribute is specified.
ResultMapStrategy IResultStrategy implementation when a 'resultMap' attribute is specified.
ResultStrategyFactory Factory to get IResultStrategy implementation.
SimpleTypeStrategy IResultStrategy implementation when a 'resultClass' attribute is specified and the type of the result object is primitive.

Interfaces

Interface Description
IResultStrategy IResultStrategy contract to process the IDataReader.