Uses of Class
org.apache.ibatis.cache.CacheKey
Package
Description
Base package for caching stuff.
Contains the statement executors.
Base package for loading results into beans.
-
Uses of CacheKey in org.apache.ibatis.cache
Modifier and TypeClassDescriptionfinal class
Deprecated.Since 3.5.3, This class never used and will be removed future version. -
Uses of CacheKey in org.apache.ibatis.executor
Modifier and TypeMethodDescriptionBaseExecutor.createCacheKey
(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql) CachingExecutor.createCacheKey
(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql) Executor.createCacheKey
(MappedStatement ms, Object parameterObject, RowBounds rowBounds, BoundSql boundSql) Modifier and TypeMethodDescriptionvoid
BaseExecutor.deferLoad
(MappedStatement ms, MetaObject resultObject, String property, CacheKey key, Class<?> targetType) void
CachingExecutor.deferLoad
(MappedStatement ms, MetaObject resultObject, String property, CacheKey key, Class<?> targetType) void
Executor.deferLoad
(MappedStatement ms, MetaObject resultObject, String property, CacheKey key, Class<?> targetType) boolean
BaseExecutor.isCached
(MappedStatement ms, CacheKey key) boolean
CachingExecutor.isCached
(MappedStatement ms, CacheKey key) boolean
Executor.isCached
(MappedStatement ms, CacheKey key) <E> List<E>
BaseExecutor.query
(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, CacheKey key, BoundSql boundSql) <E> List<E>
CachingExecutor.query
(MappedStatement ms, Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler, CacheKey key, BoundSql boundSql) <E> List<E>
Executor.query
(MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, CacheKey cacheKey, BoundSql boundSql) -
Uses of CacheKey in org.apache.ibatis.executor.loader
ModifierConstructorDescriptionResultLoader
(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql)