| Package | Description |
|---|---|
| org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SavepointManager |
OpenJPAConfigurationImpl.getSavepointManagerInstance() |
SavepointManager |
OpenJPAConfiguration.getSavepointManagerInstance()
Return the configured savepoint manager instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuditManager
Controller for audit facility.
|
class |
InMemorySavepointManager
A
SavepointManager implementation which stores all data in memory. |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.