Uses of Interface
org.apache.openjpa.kernel.SavepointManager
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of SavepointManager in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getSavepointManagerInstance()
Return the configured savepoint manager instance.OpenJPAConfigurationImpl.getSavepointManagerInstance()
-
Uses of SavepointManager in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
AbstractSavepointManager
implementation that delegates to the subclass for savepoint operations on the activeConnection
.class
SavepointManager
implementation that uses JDBC 3 savepoints to store state. -
Uses of SavepointManager in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Controller for audit facility.class
ASavepointManager
implementation which stores all data in memory.