Uses of Interface
org.apache.openjpa.ee.ManagedRuntime
-
Packages that use ManagedRuntime Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.ee OpenJPA Enterprise Extensionsorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of ManagedRuntime in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return ManagedRuntime Modifier and Type Method Description ManagedRuntimeOpenJPAConfiguration. getManagedRuntimeInstance()The plugin to use for integrating with a managed runtime.ManagedRuntimeOpenJPAConfigurationImpl. getManagedRuntimeInstance()Methods in org.apache.openjpa.conf with parameters of type ManagedRuntime Modifier and Type Method Description voidOpenJPAConfiguration. 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 ManagedRuntime Modifier and Type Class Description classAbstractManagedRuntimeclassAutomaticManagedRuntimeImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classInvocationManagedRuntimeImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classJNDIManagedRuntimeImplementation of theManagedRuntimeinterface that uses JNDI to find the TransactionManager.classOSGiManagedRuntimeImplementation of theManagedRuntimeinterface that listens for an OSGi service with interfacejakarta.transaction.TransactionManagerto create aTransactionManagerfor controlling transactions.classRegistryManagedRuntimeImplementation of theManagedRuntimeinterface that uses theTransactionSynchronizationRegistryinterface (new in JTA 1.1) to create aTransactionManagerfacade for controlling transactions.classSunOneManagedRuntimeManagedRuntimeimplementation for SunONE.classWASManagedRuntimeManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.classWASRegistryManagedRuntimeWASRegistryManagedRuntime provides WebSphere specific extensions toRegistryManagedRuntime.classWLSManagedRuntimeManagedRuntimeimplementation 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 ManagedRuntime Modifier and Type Method Description ManagedRuntimeBroker. getManagedRuntime()Return the managed runtime in use.ManagedRuntimeBrokerImpl. getManagedRuntime()ManagedRuntimeDelegatingBroker. getManagedRuntime() -
Uses of ManagedRuntime in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return ManagedRuntime Modifier and Type Method Description ManagedRuntimeEntityManagerImpl. getManagedRuntime()ManagedRuntimeOpenJPAEntityManagerSPI. getManagedRuntime()Return the managed runtime in use.
-