| Package | Description |
|---|---|
| org.apache.openjpa.abstractstore |
OpenJPA Abstract StoreManager Implementation
|
| org.apache.openjpa.datacache |
OpenJPA Data Cache
|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| org.apache.openjpa.util |
OpenJPA Utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreManager
Abstract store manager implementation to ease development of custom
OpenJPA back-ends.
|
| Modifier and Type | Method and Description |
|---|---|
protected StoreManager |
AbstractStoreBrokerFactory.newStoreManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
DataCacheStoreManager
StoreManager proxy that delegates to a data cache when possible.
|
| Constructor and Description |
|---|
DataCacheStoreManager(StoreManager sm)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingStoreManager
Base class for store manager decorators that delegate to another
store manager for some operations.
|
| Modifier and Type | Method and Description |
|---|---|
StoreManager |
DelegatingStoreManager.getDelegate()
Return the wrapped store manager.
|
StoreManager |
DelegatingStoreManager.getInnermostDelegate()
Return the base underlying native store manager.
|
protected abstract StoreManager |
AbstractBrokerFactory.newStoreManager()
Return a new StoreManager for this runtime.
|
| Modifier and Type | Method and Description |
|---|---|
R |
FinderQuery.execute(OpenJPAStateManager sm,
StoreManager store,
FetchConfiguration fetch)
Execute the query for a given instance.
|
| Constructor and Description |
|---|
DelegatingStoreManager(StoreManager store)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ApplicationIds.assign(OpenJPAStateManager sm,
StoreManager store,
boolean preFlush)
Assign an application identity object to the given state, or return
false if determining the application identity requires a flush.
|
static Collection |
ImplHelper.loadAll(Collection sms,
StoreManager store,
PCState state,
int load,
FetchConfiguration fetch,
Object context)
Helper for store manager implementations.
|
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.