Method | Description | |
---|---|---|
__construct ( $manager ) | ||
configure ( $filename = null ) | Configure the TSqlMapManager using the given xml file. | |
getManager ( ) | ||
replaceProperties ( $string ) : string | Replace the place holders ${name} in text with properties the corresponding global property value. |
Method | Description | |
---|---|---|
attachCacheModels ( ) | Set the cache for each statement having a cache model property. | |
getConfigFile ( ) | ||
loadDatabaseConnection ( $node ) | Load the database connection tag. | |
loadGlobalProperty ( $node ) | Load global replacement property. | |
loadSqlMappingFiles ( unknown_type $node ) | Load SqlMap mapping configuration. | |
loadTypeHandler ( $node ) | Load the type handler configurations. | |
resolveResultMapping ( ) | Resolve nest result mappings. |
protected attachCacheModels ( ) |
public configure ( $filename = null ) |
protected loadDatabaseConnection ( $node ) |
protected loadGlobalProperty ( $node ) |
protected loadSqlMappingFiles ( unknown_type $node ) | ||
$node | unknown_type |
protected loadTypeHandler ( $node ) |
public replaceProperties ( $string ) : string | ||
return | string | string with global property replacement. |
protected resolveResultMapping ( ) |