OpenJPA Enterprise Extensions
-
class
Implementation of the
ManagedRuntime
interface that searches
through a set of known JNDI locations and method invocations to locate the
appropriate mechanism for obtaining a TransactionManager.
class
Implementation of the
ManagedRuntime
interface that uses
a static method call to find the TransactionManager.
class
Implementation of the
ManagedRuntime
interface that uses JNDI to
find the TransactionManager.
class
Implementation of the
ManagedRuntime
interface that listens
for an OSGi service with interface
jakarta.transaction.TransactionManager
to create a
TransactionManager
for controlling transactions.
class
class
ManagedRuntime
implementation that allows synchronization with a
WebSphere managed transaction.
class
ManagedRuntime
implementation that directly accesses the
transaction manager via WebLogic Server helper classes.