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 |
OpenJPAConfiguration.newBrokerInstance(String user,
String pass)
Create a new broker instance with the configured plugin data.
|
BrokerImpl |
OpenJPAConfigurationImpl.newBrokerInstance(String user,
String pass) |
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 |
---|---|
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) |
Constructor and Description |
---|
AttachManager(BrokerImpl broker,
boolean copyNew,
OpCallbacks call)
Constructor.
|
DetachManager(BrokerImpl broker,
boolean full,
OpCallbacks call)
Constructor.
|
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–2019 Apache Software Foundation. All rights reserved.