Uses of Interface
org.datanucleus.store.query.cache.QueryCompilationCache
-
Packages that use QueryCompilationCache Package Description org.datanucleus.store.query Package providing implementation of query language support for datastores.org.datanucleus.store.query.cache Package providing definition of caching for queries. -
-
Uses of QueryCompilationCache in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as QueryCompilationCache Modifier and Type Field Description protected QueryCompilationCacheQueryManagerImpl. queryCompilationCacheCache for generic query compilations.Methods in org.datanucleus.store.query that return QueryCompilationCache Modifier and Type Method Description QueryCompilationCacheQueryManager. getQueryCompilationCache()Accessor for the generic compilation cache.QueryCompilationCacheQueryManagerImpl. getQueryCompilationCache() -
Uses of QueryCompilationCache in org.datanucleus.store.query.cache
Classes in org.datanucleus.store.query.cache that implement QueryCompilationCache Modifier and Type Class Description classAbstractQueryCompilationCacheAbstract representation of a cache of generic query compilations.classJavaxCacheQueryCompilationCacheQuery compilation cache using javax.cache for implementation.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.
-