com.ibatis.sqlmap.engine.builder.xml

Class XmlParserState

public class XmlParserState extends Object

Method Summary
StringapplyNamespace(String id)
String[]getAllButFirstToken(String s)
CacheModelConfiggetCacheConfig()
PropertiesgetCacheProps()
SqlMapConfigurationgetConfig()
DataSourcegetDataSource()
PropertiesgetDsProps()
StringgetFirstToken(String s)
PropertiesgetGlobalProps()
ParameterMapConfiggetParamConfig()
ResultMapConfiggetResultConfig()
MapgetSqlIncludes()
PropertiesgetTxProps()
booleanisUseStatementNamespaces()
voidsetCacheConfig(CacheModelConfig cacheConfig)
voidsetDataSource(DataSource dataSource)
voidsetGlobalProperties(String resource, String url)
voidsetGlobalProps(Properties props)
voidsetNamespace(String namespace)
voidsetParamConfig(ParameterMapConfig paramConfig)
voidsetResultConfig(ResultMapConfig resultConfig)
voidsetUseStatementNamespaces(boolean useStatementNamespaces)

Method Detail

applyNamespace

public String applyNamespace(String id)

getAllButFirstToken

public String[] getAllButFirstToken(String s)

getCacheConfig

public CacheModelConfig getCacheConfig()

getCacheProps

public Properties getCacheProps()

getConfig

public SqlMapConfiguration getConfig()

getDataSource

public DataSource getDataSource()

getDsProps

public Properties getDsProps()

getFirstToken

public String getFirstToken(String s)

getGlobalProps

public Properties getGlobalProps()

getParamConfig

public ParameterMapConfig getParamConfig()

getResultConfig

public ResultMapConfig getResultConfig()

getSqlIncludes

public Map getSqlIncludes()

getTxProps

public Properties getTxProps()

isUseStatementNamespaces

public boolean isUseStatementNamespaces()

setCacheConfig

public void setCacheConfig(CacheModelConfig cacheConfig)

setDataSource

public void setDataSource(DataSource dataSource)

setGlobalProperties

public void setGlobalProperties(String resource, String url)

setGlobalProps

public void setGlobalProps(Properties props)

setNamespace

public void setNamespace(String namespace)

setParamConfig

public void setParamConfig(ParameterMapConfig paramConfig)

setResultConfig

public void setResultConfig(ResultMapConfig resultConfig)

setUseStatementNamespaces

public void setUseStatementNamespaces(boolean useStatementNamespaces)
Copyright © 2011. All Rights Reserved.