Uses of Class
com.ibatis.sqlmap.engine.config.CacheModelConfig
Packages that use CacheModelConfig
-
Uses of CacheModelConfig in com.ibatis.sqlmap.engine.builder.xml
Methods in com.ibatis.sqlmap.engine.builder.xml that return CacheModelConfigMethods in com.ibatis.sqlmap.engine.builder.xml with parameters of type CacheModelConfigModifier and TypeMethodDescriptionvoid
XmlParserState.setCacheConfig
(CacheModelConfig cacheConfig) Sets the cache config. -
Uses of CacheModelConfig in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config that return CacheModelConfigModifier and TypeMethodDescriptionSqlMapConfiguration.newCacheModelConfig
(String id, CacheController controller, boolean readOnly, boolean serialize) New cache model config.