Uses of Class
com.ibatis.sqlmap.engine.config.CacheModelConfig

Packages that use CacheModelConfig
com.ibatis.sqlmap.engine.builder.xml   
com.ibatis.sqlmap.engine.config   
 

Uses of CacheModelConfig in com.ibatis.sqlmap.engine.builder.xml
 

Methods in com.ibatis.sqlmap.engine.builder.xml that return CacheModelConfig
 CacheModelConfig XmlParserState.getCacheConfig()
           
 

Methods in com.ibatis.sqlmap.engine.builder.xml with parameters of type CacheModelConfig
 void XmlParserState.setCacheConfig(CacheModelConfig cacheConfig)
           
 

Uses of CacheModelConfig in com.ibatis.sqlmap.engine.config
 

Methods in com.ibatis.sqlmap.engine.config that return CacheModelConfig
 CacheModelConfig SqlMapConfiguration.newCacheModelConfig(String id, CacheController controller, boolean readOnly, boolean serialize)
           
 



Copyright © 2010. All Rights Reserved.