Uses of Class
com.ibatis.sqlmap.engine.cache.CacheKey

Packages that use CacheKey
com.ibatis.sqlmap.engine.cache   
com.ibatis.sqlmap.engine.exchange   
com.ibatis.sqlmap.engine.mapping.parameter   
com.ibatis.sqlmap.engine.mapping.statement   
 

Uses of CacheKey in com.ibatis.sqlmap.engine.cache
 

Methods in com.ibatis.sqlmap.engine.cache that return CacheKey
 CacheKey CacheKey.update(int x)
          Updates this object with new information based on an int value
 CacheKey CacheKey.update(java.lang.Object object)
          Updates this object with new information based on an object
 

Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheKey
 java.lang.Object CacheModel.getObject(CacheKey key)
          Get an object out of the cache.
 void CacheModel.putObject(CacheKey key, java.lang.Object value)
          Add an object to the cache
 

Uses of CacheKey in com.ibatis.sqlmap.engine.exchange
 

Methods in com.ibatis.sqlmap.engine.exchange that return CacheKey
 CacheKey DataExchange.getCacheKey(RequestScope request, ParameterMap parameterMap, java.lang.Object parameterObject)
          Returns an object capable of being a unique cache key for a parameter object.
 CacheKey BaseDataExchange.getCacheKey(RequestScope request, ParameterMap parameterMap, java.lang.Object parameterObject)
           
 

Uses of CacheKey in com.ibatis.sqlmap.engine.mapping.parameter
 

Methods in com.ibatis.sqlmap.engine.mapping.parameter that return CacheKey
 CacheKey ParameterMap.getCacheKey(RequestScope request, java.lang.Object parameterObject)
           
 CacheKey BasicParameterMap.getCacheKey(RequestScope request, java.lang.Object parameterObject)
           
 

Uses of CacheKey in com.ibatis.sqlmap.engine.mapping.statement
 

Methods in com.ibatis.sqlmap.engine.mapping.statement that return CacheKey
 CacheKey MappedStatement.getCacheKey(RequestScope request, java.lang.Object parameterObject)
           
 CacheKey CachingStatement.getCacheKey(RequestScope request, java.lang.Object parameterObject)
           
 CacheKey BaseStatement.getCacheKey(RequestScope request, java.lang.Object parameterObject)