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 QueryCompilationCacheQueryManagerImpl.queryCompilationCacheCache 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 TypeClassDescriptionclassAbstract representation of a cache of generic query compilations.classQuery compilation cache using javax.cache for implementation.classSoft-reference implementation of a generic query compilation cache.classStrong-reference implementation of a generic query compilation cache.classWeak-reference implementation of a generic query compilation cache.