Uses of Interface
org.apache.openjpa.kernel.FinderCache
-
Packages that use FinderCache Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of FinderCache in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return FinderCache Modifier and Type Method Description FinderCache
OpenJPAConfiguration. getFinderCacheInstance()
Get the cache of finder queries.FinderCache
OpenJPAConfigurationImpl. getFinderCacheInstance()
-
Uses of FinderCache in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement FinderCache Modifier and Type Class Description class
FinderCacheImpl
Implementation of FinderCache for JDBC.
-