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 TypeClassDescriptionclassImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classImplementation of theManagedRuntimeinterface that uses JNDI to find the TransactionManager.classImplementation of theManagedRuntimeinterface that listens for an OSGi service with interfacejakarta.transaction.TransactionManagerto create aTransactionManagerfor controlling transactions.classManagedRuntimeimplementation for SunONE.classManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.classManagedRuntimeimplementation that directly accesses the transaction manager via WebLogic Server helper classes.