Package | Description |
---|---|
org.apache.openjpa.event |
OpenJPA Events
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.meta |
OpenJPA Metadata
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.validation |
Modifier and Type | Class and Description |
---|---|
class |
LifecycleEventManager
Manager that can be used to track and notify listeners on lifecycle events.
|
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 |
MetaDataDefaults
Populates new metadata with default values.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetaDataDefaults
Abstract implementation provides a set of generic utilities for detecting
persistence meta-data of Field/Member.
|
class |
NoneMetaDataFactory
No-op metadata I/O to prevent attempts to load other classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceMetaDataDefaults
JPA-based metadata defaults.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatingLifecycleEventManager
An extension of LifecycleEventManager which adds validation capabilities for
specific lifecycle events.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.