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

Packages that use WriteBehindCacheManager
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.writebehind   
 

Uses of WriteBehindCacheManager in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return WriteBehindCacheManager
 WriteBehindCacheManager OpenJPAConfigurationImpl.getWriteBehindCacheManagerInstance()
           
 WriteBehindCacheManager OpenJPAConfiguration.getWriteBehindCacheManagerInstance()
          Get the WriteBehindCacheManager instance for this configuration.
 

Uses of WriteBehindCacheManager in org.apache.openjpa.writebehind
 

Classes in org.apache.openjpa.writebehind that implement WriteBehindCacheManager
 class WriteBehindCacheManagerImpl
           
 

Methods in org.apache.openjpa.writebehind with parameters of type WriteBehindCacheManager
 void WriteBehindCache.initialize(WriteBehindCacheManager manager)
          Initialize any resources associated with the given WriteBehindCacheManager.
 void SimpleWriteBehindCache.initialize(WriteBehindCacheManager manager)
           
 



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