com.ibatis.sqlmap.engine.config
Class CacheModelConfig

java.lang.Object
  extended by com.ibatis.sqlmap.engine.config.CacheModelConfig

public class CacheModelConfig
extends Object


Method Summary
 void addFlushTriggerStatement(String statement)
           
 CacheModel getCacheModel()
           
 void setControllerProperties(Properties cacheProps)
           
 void setFlushInterval(long hours, long minutes, long seconds, long milliseconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFlushInterval

public void setFlushInterval(long hours,
                             long minutes,
                             long seconds,
                             long milliseconds)

addFlushTriggerStatement

public void addFlushTriggerStatement(String statement)

getCacheModel

public CacheModel getCacheModel()

setControllerProperties

public void setControllerProperties(Properties cacheProps)


Copyright © 2010. All Rights Reserved.