Uses of Interface
org.apache.openjpa.kernel.FinderQuery
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of FinderQuery in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
Implements Finder Query identified by ClassMappping for SelectExecutor that can be executed to generate Result.Modifier and TypeMethodDescriptionFinderCacheImpl.cache
(ClassMapping mapping, SelectExecutor select, FetchConfiguration fetch) Cache a Finder Query for the given mapping and select.FinderCacheImpl.get
(ClassMapping mapping, FetchConfiguration fetch) Gets the finder query for the given mapping.FinderCacheImpl.markUncachable
(String id) FinderCacheImpl.markUncachable
(ClassMapping mapping) -
Uses of FinderQuery in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionFinderQuery<K,
V, R> FinderCache.cache
(K key, V value, FetchConfiguration fetch) Cache a FinderQuery for the given key and value.FinderQuery<K,
V, R> FinderCache.get
(K key, FetchConfiguration fetch) Get the FinderQuery for the given key.FinderQuery<K,
V, R> FinderCache.markUncachable
(K key) Marks the given key as not amenable to caching.