Package | Description |
---|---|
org.apache.openjpa.abstractstore |
OpenJPA Abstract StoreManager Implementation
This package provides some infrastructure classes to help in the creation
of OpenJPA drivers for new non-relational data stores.
|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
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.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
org.apache.openjpa.util |
OpenJPA Utilities
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.
|
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 |
JDBCBrokerFactory
BrokerFactory type for use with the JDBC runtime.
|
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 |
Broker.getBrokerFactory()
Return the factory that produced this broker.
|
BrokerFactory |
BrokerImpl.getBrokerFactory() |
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 |
EntityManagerFactoryImpl.getBrokerFactory()
Delegate.
|
static BrokerFactory |
JPAFacadeHelper.toBrokerFactory(javax.persistence.EntityManagerFactory emf)
Return the underlying broker factory for the given persistence manager
factory facade.
|
static BrokerFactory |
OpenJPAPersistence.toBrokerFactory(javax.persistence.EntityManagerFactory factory)
Deprecated.
use
JPAFacadeHelper instead. This method pierces
the published-API boundary, as does the JPAFacadeHelper utilization. |
Modifier and Type | Method and Description |
---|---|
static OpenJPAEntityManagerFactory |
EntityManagerFactoryValue.newFactory(BrokerFactory bf)
Create a new factory of the configured type.
|
void |
EntityManagerFactoryImpl.setBrokerFactory(BrokerFactory factory)
Delegate must be provided before use.
|
static OpenJPAEntityManagerFactory |
JPAFacadeHelper.toEntityManagerFactory(BrokerFactory factory) |
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.toEntityManagerFactory(BrokerFactory factory)
Deprecated.
use
JPAFacadeHelper instead. This method pierces
the published-API boundary, as does the JPAFacadeHelper utilization. |
Constructor and Description |
---|
EntityManagerFactoryImpl(BrokerFactory factory)
Supply delegate on construction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedBrokerFactory
Extension to BrokerFactory to allow dynamically add/remove slices.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.
|
Modifier and Type | Method and Description |
---|---|
BrokerFactory |
DelayedTreeSetProxy.getBrokerFactory() |
BrokerFactory |
DelayedLinkedListProxy.getBrokerFactory() |
BrokerFactory |
DelayedPriorityQueueProxy.getBrokerFactory() |
BrokerFactory |
DelayedVectorProxy.getBrokerFactory() |
BrokerFactory |
DelayedArrayListProxy.getBrokerFactory() |
BrokerFactory |
DelayedHashSetProxy.getBrokerFactory() |
BrokerFactory |
DelayedLinkedHashSetProxy.getBrokerFactory() |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.