Uses of Interface
org.apache.openjpa.writebehind.WriteBehindCache

Packages that use WriteBehindCache
org.apache.openjpa.writebehind   
 

Uses of WriteBehindCache in org.apache.openjpa.writebehind
 

Classes in org.apache.openjpa.writebehind that implement WriteBehindCache
 class AbstractWriteBehindCache
           
 class SimpleWriteBehindCache
           
 

Methods in org.apache.openjpa.writebehind that return WriteBehindCache
 WriteBehindCache WriteBehindCacheManagerImpl.getSystemWriteBehindCache()
           
 WriteBehindCache WriteBehindCacheManager.getSystemWriteBehindCache()
          Get the default WriteBehind cache.
 WriteBehindCache WriteBehindCacheManagerImpl.getWriteBehindCache(String name)
           
 WriteBehindCache WriteBehindCacheManager.getWriteBehindCache(String name)
          Obtain a named WriteBehindCache.
 

Methods in org.apache.openjpa.writebehind with parameters of type WriteBehindCache
 void WriteBehindCallback.initialize(Broker broker, WriteBehindCache cache)
          Initialize the WriteBehindCallback.
 void SimpleWriteBehindCallback.initialize(Broker broker, WriteBehindCache cache)
           
 

Constructors in org.apache.openjpa.writebehind with parameters of type WriteBehindCache
WriteBehindStoreManager(StoreManager store, WriteBehindCache wbCache)
           
 



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