| Package | Description |
|---|---|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Broker
The broker is the primary interface into the OpenJPA runtime.
|
interface |
FetchConfiguration
Allows configuration and optimization of how objects are loaded from
the data store.
|
interface |
LockManager
Handles obtaining and releasing locks on objects.
|
interface |
MixedLockLevels
Defines lock levels used for MixedLockManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLockManager
Abstract
LockManager implementation. |
class |
BrokerImpl
Concrete
Broker. |
class |
DelegatingBroker
Delegating broker that can also perform exception translation
for use in facades.
|
class |
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception
translation for use in facades.
|
class |
FetchConfigurationImpl
Allows configuration and optimization of how objects are loaded from
the data store.
|
class |
FinalizingBrokerImpl
Subtype of
BrokerImpl that automatically closes itself during
finalization. |
class |
NoneLockManager
A lock manager that does not perform any locking.
|
class |
VersionLockManager
LockManager implementation that provides support
for version checking and version updating when locks are acquired. |
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.