Uses of Interface
org.datanucleus.store.query.cache.QueryCompilationCache
Packages that use QueryCompilationCache
Package
Description
Package providing query language support for datastores.
Package providing definition of caching for queries.
-
Uses of QueryCompilationCache in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as QueryCompilationCacheModifier and TypeFieldDescriptionprotected final QueryCompilationCache
QueryManagerImpl.queryCompilationCache
Cache for generic query compilations.Methods in org.datanucleus.store.query that return QueryCompilationCacheModifier and TypeMethodDescriptionQueryManager.getQueryCompilationCache()
Accessor for the generic compilation cache.QueryManagerImpl.getQueryCompilationCache()
-
Uses of QueryCompilationCache in org.datanucleus.store.query.cache
Classes in org.datanucleus.store.query.cache that implement QueryCompilationCacheModifier and TypeClassDescriptionclass
Abstract representation of a cache of generic query compilations.class
Query compilation cache using javax.cache for implementation.class
Soft-reference implementation of a generic query compilation cache.class
Strong-reference implementation of a generic query compilation cache.class
Weak-reference implementation of a generic query compilation cache.