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 OpenJPAEntityManagerFactory.getStoreCache()
          Access the level 2 store cache.
 StoreCache EntityManagerFactoryImpl.getStoreCache()
           
 StoreCache OpenJPAEntityManagerFactory.getStoreCache(String name)
          Access a named level 2 store cache.
 StoreCache EntityManagerFactoryImpl.getStoreCache(String cacheName)
           
 



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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01