Uses of Class
org.apache.openjpa.ee.AbstractManagedRuntime
Packages that use AbstractManagedRuntime
-
Uses of AbstractManagedRuntime in org.apache.openjpa.ee
Subclasses of AbstractManagedRuntime in org.apache.openjpa.eeModifier and TypeClassDescriptionclass
Implementation of theManagedRuntime
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 theManagedRuntime
interface that uses a static method call to find the TransactionManager.class
Implementation of theManagedRuntime
interface that uses JNDI to find the TransactionManager.class
Implementation of theManagedRuntime
interface that listens for an OSGi service with interfacejakarta.transaction.TransactionManager
to create aTransactionManager
for controlling transactions.class
ManagedRuntime
implementation for SunONE.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.