Uses of Class
org.datanucleus.store.query.cache.AbstractQueryCompilationCache
-
Packages that use AbstractQueryCompilationCache Package Description org.datanucleus.store.query.cache Package providing definition of caching for queries. -
-
Uses of AbstractQueryCompilationCache in org.datanucleus.store.query.cache
Subclasses of AbstractQueryCompilationCache in org.datanucleus.store.query.cache Modifier and Type Class Description classSoftQueryCompilationCacheSoft-reference implementation of a generic query compilation cache.classStrongQueryCompilationCacheStrong-reference implementation of a generic query compilation cache.classWeakQueryCompilationCacheWeak-reference implementation of a generic query compilation cache.
-