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

DaoManager Members

DaoManager overview

Public Static (Shared) Fields

DEFAULT_CONTEXT_NAME Key for default context name

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.

Protected Static (Shared) Fields

DaoContextMap

Public Instance Properties

Id DaoManager name
Item Gets a Dao instance for the requested interface type.
LocalDaoSession Gets the local DAO session.
LocalDataSource Gets the local data source.
SessionStore Allow to set a custom session store like the HybridWebThreadSessionStore

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