Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
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.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Method and Description |
---|---|
BrokerImpl |
OpenJPAConfigurationImpl.newBrokerInstance(String user,
String pass) |
BrokerImpl |
OpenJPAConfiguration.newBrokerInstance(String user,
String pass)
Create a new broker instance with the configured plugin data.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BrokerImpl> |
BrokerValue.getTemplateBrokerType(Configuration c) |
Modifier and Type | Method and Description |
---|---|
BrokerImpl |
JDBCConfigurationImpl.newBrokerInstance(String user,
String pass) |
Modifier and Type | Method and Description |
---|---|
protected BrokerImpl |
JDBCBrokerFactory.newBrokerImpl(String user,
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(String user,
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(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–2015 Apache Software Foundation. All rights reserved.