Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
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 |
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–2017 Apache Software Foundation. All rights reserved.