com.ibatis.sqlmap.engine.builder.xml
public class XmlParserState extends Object
| Method Summary | |
|---|---|
| String | applyNamespace(String id) |
| String[] | getAllButFirstToken(String s) |
| CacheModelConfig | getCacheConfig() |
| Properties | getCacheProps() |
| SqlMapConfiguration | getConfig() |
| DataSource | getDataSource() |
| Properties | getDsProps() |
| String | getFirstToken(String s) |
| Properties | getGlobalProps() |
| ParameterMapConfig | getParamConfig() |
| ResultMapConfig | getResultConfig() |
| Map | getSqlIncludes() |
| Properties | getTxProps() |
| boolean | isUseStatementNamespaces() |
| void | setCacheConfig(CacheModelConfig cacheConfig) |
| void | setDataSource(DataSource dataSource) |
| void | setGlobalProperties(String resource, String url) |
| void | setGlobalProps(Properties props) |
| void | setNamespace(String namespace) |
| void | setParamConfig(ParameterMapConfig paramConfig) |
| void | setResultConfig(ResultMapConfig resultConfig) |
| void | setUseStatementNamespaces(boolean useStatementNamespaces) |