Uses of Interface
org.apache.openjpa.ee.ManagedRuntime
Packages that use ManagedRuntime
Package
Description
OpenJPA Configuration
OpenJPA Enterprise Extensions
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of ManagedRuntime in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return ManagedRuntimeModifier and TypeMethodDescriptionOpenJPAConfiguration.getManagedRuntimeInstance()The plugin to use for integrating with a managed runtime.OpenJPAConfigurationImpl.getManagedRuntimeInstance()Methods in org.apache.openjpa.conf with parameters of type ManagedRuntimeModifier and TypeMethodDescriptionvoidOpenJPAConfiguration.setManagedRuntime(ManagedRuntime runtime) The plugin to use for integrating with a managed runtime.voidOpenJPAConfigurationImpl.setManagedRuntime(ManagedRuntime managedRuntime) -
Uses of ManagedRuntime in org.apache.openjpa.ee
Classes in org.apache.openjpa.ee that implement ManagedRuntimeModifier and TypeClassDescriptionclassclassImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classImplementation of theManagedRuntimeinterface that uses JNDI to find the TransactionManager.classImplementation of theManagedRuntimeinterface that listens for an OSGi service with interfacejakarta.transaction.TransactionManagerto create aTransactionManagerfor controlling transactions.classImplementation of theManagedRuntimeinterface that uses theTransactionSynchronizationRegistryinterface (new in JTA 1.1) to create aTransactionManagerfacade for controlling transactions.classManagedRuntimeimplementation for SunONE.classManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.classWASRegistryManagedRuntime provides WebSphere specific extensions toRegistryManagedRuntime.classManagedRuntimeimplementation that directly accesses the transaction manager via WebLogic Server helper classes. -
Uses of ManagedRuntime in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return ManagedRuntimeModifier and TypeMethodDescriptionBroker.getManagedRuntime()Return the managed runtime in use.BrokerImpl.getManagedRuntime()DelegatingBroker.getManagedRuntime() -
Uses of ManagedRuntime in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return ManagedRuntimeModifier and TypeMethodDescriptionEntityManagerImpl.getManagedRuntime()OpenJPAEntityManagerSPI.getManagedRuntime()Return the managed runtime in use.