Uses of Interface
org.apache.openjpa.datacache.CacheDistributionPolicy

Packages that use CacheDistributionPolicy
org.apache.openjpa.datacache OpenJPA Data Cache 
 

Uses of CacheDistributionPolicy in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement CacheDistributionPolicy
static class CacheDistributionPolicy.Default
          A default implementation that selects the cache by the type of the given managed instance.
 

Methods in org.apache.openjpa.datacache that return CacheDistributionPolicy
 CacheDistributionPolicy DataCacheManagerImpl.getDistributionPolicy()
          Gets the instance-based cache distribution policy, if configured.
 CacheDistributionPolicy DataCacheManager.getDistributionPolicy()
          Return the user-specific policy that suggests the cache where a managed entity state is stored.
 

Methods in org.apache.openjpa.datacache with parameters of type CacheDistributionPolicy
 void DataCacheManagerImpl.setDistributionPolicy(CacheDistributionPolicy policy)
          Sets the instance-based cache distribution policy.
 



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