|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Object object)
Updates this object with new information based on an object |
| Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheKey | |
|---|---|
Object |
CacheModel.getObject(CacheKey key)
Get an object out of the cache. |
void |
CacheModel.putObject(CacheKey key,
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(StatementScope statementScope,
ParameterMap parameterMap,
Object parameterObject)
Returns an object capable of being a unique cache key for a parameter object. |
CacheKey |
BaseDataExchange.getCacheKey(StatementScope statementScope,
ParameterMap parameterMap,
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(StatementScope statementScope,
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(StatementScope statementScope,
Object parameterObject)
|
CacheKey |
CachingStatement.getCacheKey(StatementScope statementScope,
Object parameterObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||