Uses of Class
org.apache.ibatis.cache.CacheKey

Packages that use CacheKey
org.apache.ibatis.cache TODO fillme. 
org.apache.ibatis.executor TODO fillme. 
org.apache.ibatis.executor.loader TODO fillme. 
org.apache.ibatis.executor.resultset TODO fillme. 
 

Uses of CacheKey in org.apache.ibatis.cache
 

Subclasses of CacheKey in org.apache.ibatis.cache
 class NullCacheKey
           
 

Fields in org.apache.ibatis.cache declared as CacheKey
static CacheKey CacheKey.NULL_CACHE_KEY
           
 

Methods in org.apache.ibatis.cache that return CacheKey
 CacheKey CacheKey.clone()
           
 

Methods in org.apache.ibatis.cache with parameters of type CacheKey
 void TransactionalCacheManager.putObject(Cache cache, CacheKey key, Object value)
           
 

Uses of CacheKey in org.apache.ibatis.executor
 

Methods in org.apache.ibatis.executor that return CacheKey
 CacheKey Executor.createCacheKey(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql)
           
 CacheKey CachingExecutor.createCacheKey(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql)
           
 CacheKey BaseExecutor.createCacheKey(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql)
           
 

Methods in org.apache.ibatis.executor with parameters of type CacheKey
 void Executor.deferLoad(MappedStatement ms, MetaObject resultObject, String property, CacheKey key)
           
 void CachingExecutor.deferLoad(MappedStatement ms, MetaObject resultObject, String property, CacheKey key)
           
 void BaseExecutor.deferLoad(MappedStatement ms, MetaObject resultObject, String property, CacheKey key)
           
 boolean Executor.isCached(MappedStatement ms, CacheKey key)
           
 boolean CachingExecutor.isCached(MappedStatement ms, CacheKey key)
           
 boolean BaseExecutor.isCached(MappedStatement ms, CacheKey key)
           
<E> List<E>
Executor.query(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, CacheKey cacheKey, BoundSql boundSql)
           
<E> List<E>
CachingExecutor.query(MappedStatement ms, Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler, CacheKey key, BoundSql boundSql)
           
<E> List<E>
BaseExecutor.query(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, CacheKey key, BoundSql boundSql)
           
 

Uses of CacheKey in org.apache.ibatis.executor.loader
 

Fields in org.apache.ibatis.executor.loader declared as CacheKey
protected  CacheKey ResultLoader.cacheKey
           
 

Constructors in org.apache.ibatis.executor.loader with parameters of type CacheKey
ResultLoader(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql)
           
 

Uses of CacheKey in org.apache.ibatis.executor.resultset
 

Methods in org.apache.ibatis.executor.resultset with parameters of type CacheKey
protected  Object NestedResultSetHandler.getRowValue(ResultSet rs, ResultMap resultMap, CacheKey combinedKey, CacheKey rowKey, String columnPrefix, FastResultSetHandler.ResultColumnCache resultColumnCache)
           
protected  Object NestedResultSetHandler.getRowValue(ResultSet rs, ResultMap resultMap, CacheKey rowKey, FastResultSetHandler.ResultColumnCache resultColumnCache)
           
protected  Object FastResultSetHandler.getRowValue(ResultSet rs, ResultMap resultMap, CacheKey rowKey, FastResultSetHandler.ResultColumnCache resultColumnCache)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.