Uses of Class
com.ibatis.sqlmap.engine.cache.CacheKey
Packages that use CacheKey
Package
Description
-
Uses of CacheKey in com.ibatis.sqlmap.engine.cache
Methods in com.ibatis.sqlmap.engine.cache that return CacheKeyModifier and TypeMethodDescriptionCacheKey.clone()
CacheKey.update
(int x) Updates this object with new information based on an int value.Updates this object with new information based on an object.Methods in com.ibatis.sqlmap.engine.cache with parameters of type CacheKey -
Uses of CacheKey in com.ibatis.sqlmap.engine.exchange
Methods in com.ibatis.sqlmap.engine.exchange that return CacheKeyModifier and TypeMethodDescriptionBaseDataExchange.getCacheKey
(StatementScope statementScope, ParameterMap parameterMap, Object parameterObject) DataExchange.getCacheKey
(StatementScope statementScope, ParameterMap parameterMap, Object parameterObject) Returns an object capable of being a unique cache key for a parameter object. -
Uses of CacheKey in com.ibatis.sqlmap.engine.mapping.parameter
Methods in com.ibatis.sqlmap.engine.mapping.parameter that return CacheKeyModifier and TypeMethodDescriptionParameterMap.getCacheKey
(StatementScope statementScope, Object parameterObject) Gets the cache key. -
Uses of CacheKey in com.ibatis.sqlmap.engine.mapping.statement
Methods in com.ibatis.sqlmap.engine.mapping.statement that return CacheKeyModifier and TypeMethodDescriptionCachingStatement.getCacheKey
(StatementScope statementScope, Object parameterObject) MappedStatement.getCacheKey
(StatementScope statementScope, Object parameterObject) Gets the cache key.