Uses of Interface
org.apache.openjpa.ee.ManagedRuntime
Package
Description
OpenJPA Configuration
OpenJPA Enterprise Extensions
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of ManagedRuntime in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getManagedRuntimeInstance()
The plugin to use for integrating with a managed runtime.OpenJPAConfigurationImpl.getManagedRuntimeInstance()
Modifier and TypeMethodDescriptionvoid
OpenJPAConfiguration.setManagedRuntime
(ManagedRuntime runtime) The plugin to use for integrating with a managed runtime.void
OpenJPAConfigurationImpl.setManagedRuntime
(ManagedRuntime managedRuntime) -
Uses of ManagedRuntime in org.apache.openjpa.ee
Modifier and TypeClassDescriptionclass
class
Implementation of theManagedRuntime
interface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.class
Implementation of theManagedRuntime
interface that uses a static method call to find the TransactionManager.class
Implementation of theManagedRuntime
interface that uses JNDI to find the TransactionManager.class
Implementation of theManagedRuntime
interface that listens for an OSGi service with interfacejakarta.transaction.TransactionManager
to create aTransactionManager
for controlling transactions.class
Implementation of theManagedRuntime
interface that uses theTransactionSynchronizationRegistry
interface (new in JTA 1.1) to create aTransactionManager
facade for controlling transactions.class
ManagedRuntime
implementation for SunONE.class
ManagedRuntime
implementation that allows synchronization with a WebSphere managed transaction.class
WASRegistryManagedRuntime provides WebSphere specific extensions toRegistryManagedRuntime
.class
ManagedRuntime
implementation that directly accesses the transaction manager via WebLogic Server helper classes. -
Uses of ManagedRuntime in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionBroker.getManagedRuntime()
Return the managed runtime in use.BrokerImpl.getManagedRuntime()
DelegatingBroker.getManagedRuntime()
-
Uses of ManagedRuntime in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionEntityManagerImpl.getManagedRuntime()
OpenJPAEntityManagerSPI.getManagedRuntime()
Return the managed runtime in use.