Uses of Interface
org.apache.openjpa.kernel.ConnectionRetainModes

Packages that use ConnectionRetainModes
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of ConnectionRetainModes in org.apache.openjpa.kernel
 

Subinterfaces of ConnectionRetainModes in org.apache.openjpa.kernel
 interface Broker
          The broker is the primary interface into the OpenJPA runtime.
 

Classes in org.apache.openjpa.kernel that implement ConnectionRetainModes
 class BrokerImpl
          Concrete Broker.
 class DelegatingBroker
          Delegating broker that can also perform exception translation for use in facades.
 

Uses of ConnectionRetainModes in org.apache.openjpa.persistence
 

Subinterfaces of ConnectionRetainModes in org.apache.openjpa.persistence
 interface OpenJPAEntityManager
          Interface implemented by OpenJPA entity managers.
 interface OpenJPAEntityManagerFactory
          Interface implemented by OpenJPA entity manager factories.
 

Classes in org.apache.openjpa.persistence that implement ConnectionRetainModes
 class EntityManagerFactoryImpl
          Implementation of EntityManagerFactory that acts as a facade to a BrokerFactory.
 class EntityManagerImpl
          Implementation of EntityManager interface.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.