Package | Description |
---|---|
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.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Field and Description |
---|---|
DataCacheStoreMode |
FetchConfigurationImpl.ConfigurationState.cacheStoreMode |
Modifier and Type | Method and Description |
---|---|
DataCacheStoreMode |
FetchConfigurationImpl.getCacheStoreMode() |
DataCacheStoreMode |
FetchConfiguration.getCacheStoreMode()
Gets the current storage mode for data cache.
|
DataCacheStoreMode |
DelegatingFetchConfiguration.getCacheStoreMode() |
static DataCacheStoreMode |
DataCacheStoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCacheStoreMode[] |
DataCacheStoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchConfigurationImpl.setCacheStoreMode(DataCacheStoreMode mode) |
void |
FetchConfiguration.setCacheStoreMode(DataCacheStoreMode mode)
Sets the current storage mode for data cache.
|
void |
DelegatingFetchConfiguration.setCacheStoreMode(DataCacheStoreMode mode) |
Modifier and Type | Method and Description |
---|---|
DataCacheStoreMode |
FetchPlanImpl.getCacheStoreMode() |
DataCacheStoreMode |
FetchPlan.getCacheStoreMode()
Gets the current storage mode for data cache.
|
Modifier and Type | Method and Description |
---|---|
FetchPlan |
FetchPlanImpl.setCacheStoreMode(DataCacheStoreMode mode) |
FetchPlan |
FetchPlan.setCacheStoreMode(DataCacheStoreMode mode)
Sets the current storage mode for data cache.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.