| Package | Description | 
|---|---|
| org.apache.openjpa.kernel | 
 OpenJPA Runtime Kernel
    This package provides a common OpenJPA runtime environment that can be
    adapted for use with various data store mechanisms. 
 | 
| org.apache.openjpa.slice | 
 Extended OpenJPA Interfaces for distributed databases. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Broker
The broker is the primary interface into the OpenJPA runtime. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DistributedBroker
Extension to Broker to allow access to  
virtual data store. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DistributedBrokerImpl
A specialized Broker to associate slice identifiers with the StateManagers as
 they are persisted in a cascade. 
 | 
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.