Uses of Class
org.apache.ibatis.cache.impl.PerpetualCache
-
Packages that use PerpetualCache Package Description org.apache.ibatis.executor Contains the statement executors. -
-
Uses of PerpetualCache in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as PerpetualCache Modifier and Type Field Description private PerpetualCache
BaseExecutor.DeferredLoad. localCache
protected PerpetualCache
BaseExecutor. localCache
protected PerpetualCache
BaseExecutor. localOutputParameterCache
Constructors in org.apache.ibatis.executor with parameters of type PerpetualCache Constructor Description DeferredLoad(MetaObject resultObject, java.lang.String property, CacheKey key, PerpetualCache localCache, Configuration configuration, java.lang.Class<?> targetType)
-