Uses of Class
org.apache.ibatis.cache.CacheKey
Packages that use 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
Subclasses of CacheKey in org.apache.ibatis.cacheModifier and TypeClassDescriptionfinal class
Deprecated.Since 3.5.3, This class never used and will be removed future version.Fields in org.apache.ibatis.cache declared as CacheKeyMethods in org.apache.ibatis.cache that return CacheKeyMethods in org.apache.ibatis.cache with parameters of type CacheKey -
Uses of CacheKey in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor that return CacheKeyModifier 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) Methods in org.apache.ibatis.executor with parameters of type CacheKeyModifier 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
Fields in org.apache.ibatis.executor.loader declared as CacheKeyConstructors in org.apache.ibatis.executor.loader with parameters of type CacheKeyModifierConstructorDescriptionResultLoader
(Configuration config, Executor executor, MappedStatement mappedStatement, Object parameterObject, Class<?> targetType, CacheKey cacheKey, BoundSql boundSql)