Package org.apache.openjpa.ee
package org.apache.openjpa.ee
OpenJPA Enterprise Extensions
This package provides enterprise extensions to the OpenJPA runtime.
-
ClassDescriptionImplementation of the
ManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.Implementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.Implementation of theManagedRuntimeinterface that uses JNDI to find the TransactionManager.This interface must be implemented by concrete plugins to application servers in order to integrate the OpenJPA runtime in a managed environment.Implementation of theManagedRuntimeinterface that listens for an OSGi service with interfacejakarta.transaction.TransactionManagerto create aTransactionManagerfor controlling transactions.Implementation of theManagedRuntimeinterface that uses theTransactionSynchronizationRegistryinterface (new in JTA 1.1) to create aTransactionManagerfacade for controlling transactions.ManagedRuntimeimplementation for SunONE.ManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.WASRegistryManagedRuntime provides WebSphere specific extensions toRegistryManagedRuntime.ManagedRuntimeimplementation that directly accesses the transaction manager via WebLogic Server helper classes.