See: Description
Interface | Description |
---|---|
ManagedRuntime |
This interface must be implemented by concrete plugins to application
servers in order to integrate the OpenJPA runtime in a managed environment.
|
Class | Description |
---|---|
AbstractManagedRuntime | |
AutomaticManagedRuntime |
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. |
InvocationManagedRuntime |
Implementation of the
ManagedRuntime interface that uses
a static method call to find the TransactionManager. |
JNDIManagedRuntime |
Implementation of the
ManagedRuntime interface that uses JNDI to
find the TransactionManager. |
OSGiManagedRuntime |
Implementation of the
ManagedRuntime interface that listens
for an OSGi service with interface javax.transaction.TransactionManager
to create a TransactionManager for controlling transactions. |
RegistryManagedRuntime |
Implementation of the
ManagedRuntime interface that uses
the TransactionSynchronizationRegistry interface (new in JTA 1.1)
to create a TransactionManager facade for controlling transactions. |
SunOneManagedRuntime |
ManagedRuntime implementation for SunONE. |
WASManagedRuntime |
ManagedRuntime implementation that allows synchronization with a
WebSphere managed transaction. |
WASRegistryManagedRuntime |
WASRegistryManagedRuntime provides WebSphere specific extensions to
RegistryManagedRuntime . |
WLSManagedRuntime |
ManagedRuntime implementation that directly accesses the
transaction manager via WebLogic Server helper classes. |
OpenJPA Enterprise Extensions
This package provides enterprise extensions to the OpenJPA runtime.
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.