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.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.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Modifier and Type | Method and Description |
---|---|
static AbstractStoreBrokerFactory |
AbstractStoreBrokerFactory.getInstance(ConfigurationProvider cp)
Factory method for obtaining a possibly-pooled
BrokerFactory
from properties. |
static AbstractStoreBrokerFactory |
AbstractStoreBrokerFactory.newInstance(ConfigurationProvider cp)
Factory method for constructing a
BrokerFactory
from properties. |
Modifier and Type | Method and Description |
---|---|
static Object |
BrokerFactoryValue.get(ConfigurationProvider cp)
Extract the value of this property if set in the given provider.
|
static void |
BrokerFactoryValue.set(ConfigurationProvider cp,
String value)
Set the value of this property in the given provider.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) |
Modifier and Type | Method and Description |
---|---|
static JDBCBrokerFactory |
JDBCBrokerFactory.getInstance(ConfigurationProvider cp,
ClassLoader loader)
Factory method for obtaining a possibly-pooled factory from properties.
|
static JDBCBrokerFactory |
JDBCBrokerFactory.newInstance(ConfigurationProvider cp)
Factory method for constructing a factory from properties.
|
Modifier and Type | Method and Description |
---|---|
static BrokerFactory |
Bootstrap.getBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a pooled factory for the given configuration.
|
static BrokerFactory |
Bootstrap.newBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a new factory for the given configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
MapConfigurationProvider
Simple configuration provider that sets configuration based on a
provided map.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationProvider |
AbstractProductDerivation.load(File file,
String anchor) |
ConfigurationProvider |
ProductDerivation.load(File file,
String anchor)
Load given file, or return null if it is not a file this receiver
understands.
|
static ConfigurationProvider |
ProductDerivations.load(File file,
String anchor,
ClassLoader loader)
Load given file, or return false if it is not a file this provider
understands.
|
ConfigurationProvider |
AbstractProductDerivation.load(String resource,
String anchor,
ClassLoader loader) |
ConfigurationProvider |
ProductDerivation.load(String resource,
String anchor,
ClassLoader loader)
Load the given given resource into the returned ConfigurationProvider,
or return null if it is not a resource this receiver understands.
|
static ConfigurationProvider |
ProductDerivations.load(String resource,
String anchor,
ClassLoader loader)
Load the given given resource, or return false if it is not a resource
this provider understands.
|
ConfigurationProvider |
AbstractProductDerivation.loadDefaults(ClassLoader loader) |
ConfigurationProvider |
ProductDerivation.loadDefaults(ClassLoader loader)
Load defaults into the returned ConfigurationProvider, or return null if
no defaults are found.
|
static ConfigurationProvider |
ProductDerivations.loadDefaults(ClassLoader loader)
Return a
ConfigurationProvider that has parsed system defaults. |
ConfigurationProvider |
AbstractProductDerivation.loadGlobals(ClassLoader loader) |
ConfigurationProvider |
ProductDerivation.loadGlobals(ClassLoader loader)
Load globals into the returned ConfigurationProvider, or return null if
no globals are found.
|
static ConfigurationProvider |
ProductDerivations.loadGlobals(ClassLoader loader)
Return a
ConfigurationProvider that has parsed system globals. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) |
boolean |
ProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
Provides the instance with a callback to mutate the initial properties
of the
ConfigurationProvider . |
static void |
ProductDerivations.beforeConfigurationConstruct(ConfigurationProvider cp)
Apply
ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks
to the the given instance. |
Modifier and Type | Class and Description |
---|---|
static class |
PersistenceProductDerivation.ConfigurationProviderImpl
Custom configuration provider.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationProvider |
PersistenceProductDerivation.load(File file,
String anchor) |
ConfigurationProvider |
PersistenceProductDerivation.load(javax.persistence.spi.PersistenceUnitInfo pinfo,
Map m)
Load configuration from the given persistence unit with the specified
user properties.
|
ConfigurationProvider |
PersistenceProductDerivation.load(String rsrc,
String anchor,
ClassLoader loader) |
ConfigurationProvider |
PersistenceProductDerivation.load(String rsrc,
String name,
Map m)
Load configuration from the given resource and unit names, which may
be null.
|
ConfigurationProvider |
PersistenceProductDerivation.loadDefaults(ClassLoader loader) |
ConfigurationProvider |
PersistenceProductDerivation.loadGlobals(ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
static JDBCBrokerFactory |
DistributedJDBCBrokerFactory.getInstance(ConfigurationProvider cp)
Factory method for obtaining a possibly-pooled factory from properties.
|
static DistributedJDBCBrokerFactory |
DistributedJDBCBrokerFactory.newInstance(ConfigurationProvider cp)
Factory method for constructing a factory from properties.
|
Constructor and Description |
---|
DistributedJDBCConfigurationImpl(ConfigurationProvider cp)
Configure itself as well as underlying slices.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.