Package | Description |
---|---|
org.apache.openjpa.ee |
OpenJPA Enterprise Extensions
This package provides enterprise extensions to the OpenJPA runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
InvocationManagedRuntime
Implementation of the
ManagedRuntime interface that uses
a static method call to find the TransactionManager. |
class |
JNDIManagedRuntime
Implementation of the
ManagedRuntime interface that uses JNDI to
find the TransactionManager. |
class |
OSGiManagedRuntime
Implementation of the
ManagedRuntime interface that listens
for an OSGi service with interface javax.transaction.TransactionManager
to create a TransactionManager for controlling transactions. |
class |
SunOneManagedRuntime
ManagedRuntime implementation for SunONE. |
class |
WASManagedRuntime
ManagedRuntime implementation that allows synchronization with a
WebSphere managed transaction. |
class |
WLSManagedRuntime
ManagedRuntime implementation that directly accesses the
transaction manager via WebLogic Server helper classes. |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.