|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrokerFactory | |
|---|---|
| org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation |
| org.apache.openjpa.event | OpenJPA Events |
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
| Uses of BrokerFactory in org.apache.openjpa.abstractstore |
|---|
| Classes in org.apache.openjpa.abstractstore that implement BrokerFactory | |
|---|---|
class |
AbstractStoreBrokerFactory
BrokerFactory implementation for use with the
AbstractStoreManager. |
| Uses of BrokerFactory in org.apache.openjpa.event |
|---|
| Methods in org.apache.openjpa.event that return BrokerFactory | |
|---|---|
BrokerFactory |
BrokerFactoryEvent.getBrokerFactory()
|
| Constructors in org.apache.openjpa.event with parameters of type BrokerFactory | |
|---|---|
BrokerFactoryEvent(BrokerFactory brokerFactory,
int eventType)
|
|
| Uses of BrokerFactory in org.apache.openjpa.kernel |
|---|
| Classes in org.apache.openjpa.kernel that implement BrokerFactory | |
|---|---|
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. |
| Methods in org.apache.openjpa.kernel that return BrokerFactory | |
|---|---|
BrokerFactory |
DelegatingBroker.getBrokerFactory()
|
static BrokerFactory |
Bootstrap.getBrokerFactory()
Return a pooled factory for the default configuration. |
BrokerFactory |
BrokerImpl.getBrokerFactory()
|
BrokerFactory |
Broker.getBrokerFactory()
Return the factory that produced this broker. |
static BrokerFactory |
Bootstrap.getBrokerFactory(ConfigurationProvider conf,
java.lang.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,
java.lang.ClassLoader loader)
Return a new factory for the given configuration. |
| Constructors in org.apache.openjpa.kernel with parameters of type BrokerFactory | |
|---|---|
DelegatingBrokerFactory(BrokerFactory factory)
Constructor; supply delegate. |
|
DelegatingBrokerFactory(BrokerFactory factory,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||