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

IBatisNet.DataAccess Namespace

Namespace hierarchy

Classes

Class Description
DaoManager DaoManager is a facade class that provides convenient access to the rest of the DAO framework. It's primary responsibilities include: - Reading configuration information and initializing the framework - Managing different contexts for different configurations - Providing access to Dao implementation - Providing access to the DaoSession pool for connections, transactions
DaoSession Abstract definition of a DataAccess Session
MessageManager Summary description for MessageManager.

Interfaces

Interface Description
IDaoManager Contract for a dao manager