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 PerpetualCacheBaseExecutor.DeferredLoad. localCacheprotected PerpetualCacheBaseExecutor. localCacheprotected PerpetualCacheBaseExecutor. localOutputParameterCacheConstructors 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)
-