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

DomSqlMapBuilder Members

DomSqlMapBuilder overview

Public Static (Shared) Fields

DEFAULT_FILE_CONFIG_NAME Default filename of main configuration file.
DOT Dot representation.

Public Static (Shared) Methods

ApplyMappingNamespacePrefix Apply the provider namespace prefix
OnConfigFileChange Callback called when the SqlMap.config file has changed.

Public Instance Constructors

DomSqlMapBuilder Overloaded. Initializes a new instance of the DomSqlMapBuilder class.

Public Instance Properties

GetAccessorFactory Allow a custom IGetAccessorFactory to be set before configuration.
ObjectFactory Allow a custom IObjectFactory to be set before configuration.
Properties Allow properties to be set before configuration.
SetAccessorFactory Allow a custom ISetAccessorFactory to be set before configuration.
SqlMapper Allow a custom ISqlMapper to be set before configuration.
ValidateSqlMapConfig Enable validation of SqlMap document. This property must be set before configuration.

Public Instance Methods

ApplyDataMapperNamespacePrefix Apply the dataMapper namespace prefix
ApplyProviderNamespacePrefix Apply the provider namespace prefix
BuildOverloaded. Load statements (select, insert, update, delete), parameters, and resultMaps.
ConfigureOverloaded. Configure a SqlMapper from default resource file named 'SqlMap.config'.
ConfigureAndWatchOverloaded. Configure and monitor the default configuration file (SqlMap.config) for modifications and automatically reconfigure SqlMap.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetStream Gets a resource stream.
GetType (inherited from Object)Gets the Type of the current instance.
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

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace