| Package | Description |
|---|---|
| org.apache.openjpa.abstractstore |
OpenJPA Abstract StoreManager Implementation
|
| org.apache.openjpa.conf |
OpenJPA Configuration
|
| org.apache.openjpa.event |
OpenJPA Events
|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| org.apache.openjpa.util |
OpenJPA Utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreBrokerFactory
BrokerFactory implementation for use with the
AbstractStoreManager. |
| Constructor and Description |
|---|
MetaDataCacheMaintenance(BrokerFactory factory,
boolean devpath) |
MetaDataCacheMaintenance(BrokerFactory factory,
boolean devpath,
boolean verbose)
Deprecated.
logging is routed to the logging system now.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerFactory |
BrokerFactoryEvent.getBrokerFactory() |
| Constructor and Description |
|---|
BrokerFactoryEvent(BrokerFactory brokerFactory,
int eventType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBrokerFactory
Abstract implementation of the
BrokerFactory
that must be subclassed for a specific runtime. |
class |
DelegatingBrokerFactory
Delegating broker factory that can also perform exception translation
for use in facades.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerFactory |
BrokerImpl.getBrokerFactory() |
BrokerFactory |
Broker.getBrokerFactory()
Return the factory that produced this broker.
|
static BrokerFactory |
Bootstrap.getBrokerFactory()
Return a pooled factory for the default configuration.
|
BrokerFactory |
DelegatingBroker.getBrokerFactory() |
static BrokerFactory |
Bootstrap.getBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a pooled factory for the given configuration.
|
BrokerFactory |
DelegatingBrokerFactory.getDelegate()
Return the direct delegate.
|
BrokerFactory |
DelegatingBrokerFactory.getInnermostDelegate()
Return the native delegate.
|
static BrokerFactory |
Bootstrap.newBrokerFactory()
Return a new factory for the default configuration.
|
static BrokerFactory |
Bootstrap.newBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a new factory for the given configuration.
|
| Constructor and Description |
|---|
DelegatingBrokerFactory(BrokerFactory factory)
Constructor; supply delegate.
|
DelegatingBrokerFactory(BrokerFactory factory,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerFactory |
DelayedVectorProxy.getBrokerFactory() |
BrokerFactory |
DelayedArrayListProxy.getBrokerFactory() |
BrokerFactory |
DelayedPriorityQueueProxy.getBrokerFactory() |
BrokerFactory |
DelayedTreeSetProxy.getBrokerFactory() |
BrokerFactory |
DelayedLinkedHashSetProxy.getBrokerFactory() |
BrokerFactory |
DelayedHashSetProxy.getBrokerFactory() |
BrokerFactory |
DelayedLinkedListProxy.getBrokerFactory() |
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.