Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.ee |
OpenJPA Enterprise Extensions
This package provides enterprise extensions to the OpenJPA runtime.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Method and Description |
---|---|
ManagedRuntime |
OpenJPAConfigurationImpl.getManagedRuntimeInstance() |
ManagedRuntime |
OpenJPAConfiguration.getManagedRuntimeInstance()
The plugin to use for integrating with a managed runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfigurationImpl.setManagedRuntime(ManagedRuntime managedRuntime) |
void |
OpenJPAConfiguration.setManagedRuntime(ManagedRuntime runtime)
The plugin to use for integrating with a managed runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagedRuntime |
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 |
RegistryManagedRuntime
Implementation of the
ManagedRuntime interface that uses
the TransactionSynchronizationRegistry interface (new in JTA 1.1)
to create a TransactionManager facade for controlling transactions. |
class |
SunOneManagedRuntime
ManagedRuntime implementation for SunONE. |
class |
WASManagedRuntime
ManagedRuntime implementation that allows synchronization with a
WebSphere managed transaction. |
class |
WASRegistryManagedRuntime
WASRegistryManagedRuntime provides WebSphere specific extensions to
RegistryManagedRuntime . |
class |
WLSManagedRuntime
ManagedRuntime implementation that directly accesses the
transaction manager via WebLogic Server helper classes. |
Modifier and Type | Method and Description |
---|---|
ManagedRuntime |
DelegatingBroker.getManagedRuntime() |
ManagedRuntime |
BrokerImpl.getManagedRuntime() |
ManagedRuntime |
Broker.getManagedRuntime()
Return the managed runtime in use.
|
Modifier and Type | Method and Description |
---|---|
ManagedRuntime |
OpenJPAEntityManagerSPI.getManagedRuntime()
Return the managed runtime in use.
|
ManagedRuntime |
EntityManagerImpl.getManagedRuntime() |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.