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 |
---|---|
DataCacheRetrieveMode |
FetchConfigurationImpl.ConfigurationState.cacheRetrieveMode |
Modifier and Type | Method and Description |
---|---|
DataCacheRetrieveMode |
DelegatingFetchConfiguration.getCacheRetrieveMode() |
DataCacheRetrieveMode |
FetchConfigurationImpl.getCacheRetrieveMode() |
DataCacheRetrieveMode |
FetchConfiguration.getCacheRetrieveMode()
Gets the current retrieve mode for data cache.
|
static DataCacheRetrieveMode |
DataCacheRetrieveMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCacheRetrieveMode[] |
DataCacheRetrieveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingFetchConfiguration.setCacheRetrieveMode(DataCacheRetrieveMode mode) |
void |
FetchConfigurationImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode) |
void |
FetchConfiguration.setCacheRetrieveMode(DataCacheRetrieveMode mode)
Sets the current retrieve mode for data cache.
|
Modifier and Type | Method and Description |
---|---|
DataCacheRetrieveMode |
FetchPlanImpl.getCacheRetrieveMode() |
DataCacheRetrieveMode |
FetchPlan.getCacheRetrieveMode()
Gets the current retrieve mode for data cache.
|
Modifier and Type | Method and Description |
---|---|
FetchPlan |
FetchPlanImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode) |
FetchPlan |
FetchPlan.setCacheRetrieveMode(DataCacheRetrieveMode mode)
Sets the current retrieve mode for data cache.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.