|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheKey | |
|---|---|
| org.apache.ibatis.cache | |
| org.apache.ibatis.executor | |
| org.apache.ibatis.executor.resultset | |
| 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 with parameters of type CacheKey | |
|---|---|
void |
TransactionalCacheManager.putObject(Cache cache,
CacheKey key,
java.lang.Object value)
|
| Uses of CacheKey in org.apache.ibatis.executor |
|---|
| Methods in org.apache.ibatis.executor that return CacheKey | |
|---|---|
CacheKey |
Executor.createCacheKey(MappedStatement ms,
java.lang.Object parameterObject,
RowBounds rowBounds)
|
CacheKey |
CachingExecutor.createCacheKey(MappedStatement ms,
java.lang.Object parameterObject,
RowBounds rowBounds)
|
CacheKey |
BaseExecutor.createCacheKey(MappedStatement ms,
java.lang.Object parameterObject,
RowBounds rowBounds)
|
| Methods in org.apache.ibatis.executor with parameters of type CacheKey | |
|---|---|
void |
Executor.deferLoad(MappedStatement ms,
MetaObject resultObject,
java.lang.String property,
CacheKey key)
|
void |
CachingExecutor.deferLoad(MappedStatement ms,
MetaObject resultObject,
java.lang.String property,
CacheKey key)
|
void |
BaseExecutor.deferLoad(MappedStatement ms,
MetaObject resultObject,
java.lang.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)
|
| Uses of CacheKey in org.apache.ibatis.executor.resultset |
|---|
| Methods in org.apache.ibatis.executor.resultset with parameters of type CacheKey | |
|---|---|
protected java.lang.Object |
NestedResultSetHandler.getRowValue(java.sql.ResultSet rs,
ResultMap resultMap,
CacheKey rowKey)
|
protected java.lang.Object |
FastResultSetHandler.getRowValue(java.sql.ResultSet rs,
ResultMap resultMap,
CacheKey rowKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||