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

Packages that use AutoClear
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
 

Uses of AutoClear in org.apache.openjpa.kernel
 

Subinterfaces of AutoClear 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 AutoClear
 class BrokerImpl
          Concrete Broker.
 class DelegatingBroker
          Delegating broker that can also perform exception translation for use in facades.
 class FinalizingBrokerImpl
          Subtype of BrokerImpl that automatically closes itself during finalization.
 

Uses of AutoClear in org.apache.openjpa.slice
 

Subinterfaces of AutoClear in org.apache.openjpa.slice
 interface DistributedBroker
          Extension to Broker to allow access to virtual data store.
 

Classes in org.apache.openjpa.slice that implement AutoClear
 class DistributedBrokerImpl
          A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.