Uses of Interface
org.apache.openjpa.kernel.FinderCache

Packages that use FinderCache
org.apache.openjpa.conf OpenJPA Configuration 
org.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
 FinderCache OpenJPAConfigurationImpl.getFinderCacheInstance()
           
 FinderCache OpenJPAConfiguration.getFinderCacheInstance()
          Get the cache of finder queries.
 

Uses of FinderCache in org.apache.openjpa.jdbc.kernel
 

Classes in org.apache.openjpa.jdbc.kernel that implement FinderCache
 class FinderCacheImpl
          Implementation of FinderCache for JDBC.
 

Methods in org.apache.openjpa.jdbc.kernel that return FinderCache
(package private)  FinderCache JDBCStoreManager.getFinderCache()
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.