Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
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 |
OpenJPAConfiguration.getSavepointManagerInstance()
Return the configured savepoint manager instance.
|
SavepointManager |
OpenJPAConfigurationImpl.getSavepointManagerInstance() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCSavepointManager
Abstract
SavepointManager implementation that
delegates to the subclass for savepoint operations on the active
Connection . |
class |
JDBC3SavepointManager
SavepointManager implementation that uses JDBC 3 savepoints
to store state. |
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–2019 Apache Software Foundation. All rights reserved.