Uses of Interface
org.apache.openjpa.persistence.StoreCache

Packages that use StoreCache
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of StoreCache in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement StoreCache
 class StoreCacheImpl
          Implements the L2 cache over the data store via delegation to DataCache.
 

Methods in org.apache.openjpa.persistence that return StoreCache
 StoreCache EntityManagerFactoryImpl.getStoreCache()
           
 StoreCache OpenJPAEntityManagerFactory.getStoreCache()
          Access the level 2 store cache.
 StoreCache EntityManagerFactoryImpl.getStoreCache(String cacheName)
           
 StoreCache OpenJPAEntityManagerFactory.getStoreCache(String name)
          Access a named level 2 store cache.
 



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