Uses of Interface
org.datanucleus.store.query.cache.QueryDatastoreCompilationCache
Packages that use QueryDatastoreCompilationCache
Package
Description
Package providing query language support for datastores.
Package providing definition of caching for queries.
-
Uses of QueryDatastoreCompilationCache in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as QueryDatastoreCompilationCacheModifier and TypeFieldDescriptionprotected final QueryDatastoreCompilationCacheQueryManagerImpl.queryCompilationCacheDatastoreCache for datastore query compilations.Methods in org.datanucleus.store.query that return QueryDatastoreCompilationCacheModifier and TypeMethodDescriptionQueryManager.getQueryDatastoreCompilationCache()Accessor for the datastore compilation cache.QueryManagerImpl.getQueryDatastoreCompilationCache() -
Uses of QueryDatastoreCompilationCache in org.datanucleus.store.query.cache
Classes in org.datanucleus.store.query.cache that implement QueryDatastoreCompilationCacheModifier and TypeClassDescriptionclassAbstract representation of a query compilation cache for the query specific to the datastore.classQuery compilation (datastore) cache using javax.cache for implementation.classWeak-referenced implementation of datastore query compilation cache.classStrong-referenced implementation of datastore query compilation cache.classWeak-referenced implementation of datastore query compilation cache.