|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCacheRetrieveMode | |
---|---|
org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
Uses of DataCacheRetrieveMode in org.apache.openjpa.kernel |
---|
Methods in org.apache.openjpa.kernel that return DataCacheRetrieveMode | |
---|---|
DataCacheRetrieveMode |
StoreContext.getCacheRetrieveMode()
Return the current DataCacheRetrieveMode (controls whether objects will be loaded from the DataCache or direct from the database). |
DataCacheRetrieveMode |
DelegatingBroker.getCacheRetrieveMode()
|
DataCacheRetrieveMode |
BrokerImpl.getCacheRetrieveMode()
|
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. |
Methods in org.apache.openjpa.kernel with parameters of type DataCacheRetrieveMode | |
---|---|
void |
StoreContext.setCacheRetrieveMode(DataCacheRetrieveMode mode)
Set DataCacheRetrieveMode |
void |
DelegatingBroker.setCacheRetrieveMode(DataCacheRetrieveMode mode)
|
void |
BrokerImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |