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

DaoManager Methods

The methods of the DaoManager class are listed below. For a complete list of DaoManager class members, see the DaoManager Members topic.

Public Static (Shared) Methods

ConfigureOverloaded. Configure an DaoManager from via the default file config. (accesd as relative ressource path from your Application root)
ConfigureAndWatchOverloaded. Configure and monitor the configuration file for modifications and automatically reconfigure
GetInstanceOverloaded. Gets the default DaoManager.

Public Instance Methods

BeginTransactionOverloaded. Begins a database transaction.
CloseConnection Close a connection
CommitTransaction Commits the database transaction.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDao Gets a Dao instance for the requested interface type.
GetDaoSession Get a new DaoSession
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IsDaoSessionStarted Determines whether [is DAO session started].
OpenConnectionOverloaded. Open a connection.
RollBackTransaction Rolls back a transaction from a pending state.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DaoManager Class | IBatisNet.DataAccess Namespace