Class Finder
Inheritance: TSqlMapXmlConfigBuilder »
Properties
Events
Methods
 NameDescription
P applyInlineParameterMap Extract inline parameter maps.
  configure Configure an XML mapping.
P createInsertStatement Create new insert statement from xml node.
P createObjectFromNode Create an instance of an object give by the attribute named 'class' in the node and set the properties on the object given by attribute names and values. (inherited from TSqlMapXmlConfigBuilder)
P createParameterMap Create a new parameter map from xml node.
P createResultMap Create a new result map and its associated result properties, disciminiator and sub maps.
P getAbsoluteFilePath Gets the filename relative to the basefile. (inherited from TSqlMapXmlConfigBuilder)
P getConfigFile .
P getElementByIdValue Get element node by ID value (try for attribute name ID as case insensitive). (inherited from TSqlMapXmlConfigBuilder)
P loadCacheModel Load cache models from xml mapping.
P loadDeleteTag Load delete statement from xml mapping.
P loadFlushInterval Load the flush interval .
P loadFlushOnCache Load the flush on cache properties.
P loadInsertTag Load insert statement from xml mapping.
P loadParameterMap Load parameter map from xml.
P loadProcedureTag Load procedure statement from xml mapping.
P loadResultMap Load the result maps.
P loadSelectKeyTag Load the selectKey statement from xml mapping.
P loadSelectTag Load select statement from xml mapping.
P loadStatementTag Load statement mapping from xml configuration file.
P loadUpdateTag Load update statement from xml mapping.
P loadXmlDocument Load document using simple xml. (inherited from TSqlMapXmlConfigBuilder)
P prepareSql Prepare the sql text (may extend to dynamic sql).
P processSqlStatement Load extended SQL statements if application.
P registerCacheTriggers Attach CacheModel to statement and register trigger statements for cache models.
P setObjectPropFromNode For each attributes (excluding attribute named in $except) set the property of the $obj given by the name of the attribute with the value of the attribute. (inherited from TSqlMapXmlConfigBuilder)
Derived classes