| Package | Description | 
|---|---|
| org.apache.openjpa.conf | OpenJPA Configuration
    This package provides base OpenJPA configuration interfaces. | 
| org.apache.openjpa.datacache | OpenJPA Data Cache
    OpenJPA's data and query caching frameworks. | 
| org.apache.openjpa.instrumentation | |
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel
    This package provides a common OpenJPA runtime environment that can be
    adapted for use with various data store mechanisms. | 
| Modifier and Type | Method and Description | 
|---|---|
| DataCacheManager | OpenJPAConfiguration. getDataCacheManagerInstance()The data cache manager manages this configuration's cache instances. | 
| DataCacheManager | OpenJPAConfigurationImpl. getDataCacheManagerInstance() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OpenJPAConfiguration. setDataCacheManager(DataCacheManager manager)The data cache manager manages this configuration's cache instances. | 
| void | OpenJPAConfigurationImpl. setDataCacheManager(DataCacheManager dcm) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataCacheManagerImplDefault data cache manager provides handle to utilities PCDataGenerator, ClearableScheduler
 and CacheDistributionPolicy for the cache operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConcurrentQueryCache. initialize(DataCacheManager mgr) | 
| void | AbstractDataCache. initialize(DataCacheManager manager) | 
| void | DelegatingDataCache. initialize(DataCacheManager manager) | 
| void | PartitionedDataCache. initialize(DataCacheManager mgr) | 
| void | DelegatingQueryCache. initialize(DataCacheManager mgr) | 
| void | QueryCache. initialize(DataCacheManager manager)Initialize any resources associated with the given
  DataCacheManager. | 
| void | DataCache. initialize(DataCacheManager manager)Initialize any resources associated with the given
  DataCacheManager. | 
| void | AbstractQueryCache. initialize(DataCacheManager manager) | 
| void | ConcurrentDataCache. initialize(DataCacheManager mgr) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractDataCacheInstrument. setDataCacheManager(DataCacheManager dcm) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataCacheManager | InverseManager. _mgr | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.