Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Method and Description |
---|---|
BrokerImpl |
OpenJPAConfiguration.newBrokerInstance(java.lang.String user,
java.lang.String pass)
Create a new broker instance with the configured plugin data.
|
BrokerImpl |
OpenJPAConfigurationImpl.newBrokerInstance(java.lang.String user,
java.lang.String pass) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends BrokerImpl> |
BrokerValue.getTemplateBrokerType(Configuration c) |
Modifier and Type | Method and Description |
---|---|
BrokerImpl |
JDBCConfigurationImpl.newBrokerInstance(java.lang.String user,
java.lang.String pass) |
Modifier and Type | Method and Description |
---|---|
protected BrokerImpl |
JDBCBrokerFactory.newBrokerImpl(java.lang.String user,
java.lang.String pass) |
Modifier and Type | Class and Description |
---|---|
class |
FinalizingBrokerImpl
Subtype of
BrokerImpl that automatically closes itself during
finalization. |
Modifier and Type | Method and Description |
---|---|
(package private) BrokerImpl |
StateManagerImpl.getBroker()
Managing broker.
|
(package private) BrokerImpl |
AttachManager.getBroker()
Owning broker.
|
protected BrokerImpl |
AbstractBrokerFactory.newBrokerImpl(java.lang.String user,
java.lang.String pass)
Return a broker configured with the proper settings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBrokerFactory.configureBroker(BrokerImpl broker)
Configures the given broker with the current factory option settings.
|
protected void |
AbstractBrokerFactory.releaseBroker(BrokerImpl broker)
Release
broker from any internal data structures. |
void |
StateManagerImpl.setBroker(BrokerImpl ctx) |
(package private) boolean |
AbstractBrokerFactory.syncWithManagedTransaction(BrokerImpl broker,
boolean begin)
Synchronize the given broker with a managed transaction,
optionally starting one if none is in progress.
|
Constructor and Description |
---|
AttachManager(BrokerImpl broker,
boolean copyNew,
OpCallbacks call)
Constructor.
|
DetachManager(BrokerImpl broker,
boolean full,
OpCallbacks call)
Constructor.
|
ManagedCache(BrokerImpl broker)
Constructor; supply primary cache map.
|
SingleFieldManager(StateManagerImpl sm,
BrokerImpl broker) |
StateManagerImpl(java.lang.Object id,
ClassMetaData meta,
BrokerImpl broker)
Constructor; supply id, type metadata, and owning persistence manager.
|
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-2013 Apache Software Foundation. All Rights Reserved.