Package | Description |
---|---|
org.apache.openjpa.audit |
OpenJPA Audit Facility
Audit facility for OpenJPA.
|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.ee |
OpenJPA Enterprise Extensions
This package provides enterprise extensions to the OpenJPA runtime.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.jdbc.identifier | |
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
This package provides utilities for managing the schema of
persistent objects stored in a relational database.
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
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.ant |
Ant Integration
This package provides a foundation for basic Ant support.
|
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
org.apache.openjpa.lib.identifier | |
org.apache.openjpa.lib.instrumentation | |
org.apache.openjpa.lib.log |
Logging
This package provides a lightweight logging interface, a simple
implementation that writes logging output to the console and
allows for basic log configuration, and plug-ins for the Apache
Commons Logging and the Apache Log4J frameworks.
|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
org.apache.openjpa.persistence.validation | |
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
org.apache.openjpa.validation | |
org.apache.openjpa.xmlstore |
XML Store
Simple XML store using the common OpenJPA runtime system as a front end.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditLogger.setConfiguration(Configuration conf) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenJPAConfiguration
Defines the properties necessary to configure runtime properties and
connect to a data source.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenJPAConfigurationImpl
Implementation of the
OpenJPAConfiguration interface. |
Modifier and Type | Method and Description |
---|---|
static CacheMarshaller |
CacheMarshallersValue.getMarshallerById(Configuration c,
String id)
Return the
CacheMarshaller to use for caching metadata of id
id . |
Class<? extends BrokerImpl> |
BrokerValue.getTemplateBrokerType(Configuration c) |
Object |
CacheMarshallersValue.instantiate(Class<?> elemType,
Configuration conf,
boolean fatal) |
Object |
RemoteCommitProviderValue.instantiate(Class type,
Configuration conf,
boolean fatal)
Override to keep decorators out of transport configuration.
|
Object |
MetaDataRepositoryValue.instantiate(Class type,
Configuration c,
boolean fatal) |
RemoteCommitProvider |
RemoteCommitProviderValue.instantiateProvider(Configuration conf)
Instantiate the provider.
|
RemoteCommitProvider |
RemoteCommitProviderValue.instantiateProvider(Configuration conf,
boolean fatal)
Instantiate the provider.
|
Object |
QueryCompilationCacheValue.newInstance(String clsName,
Class type,
Configuration conf,
boolean fatal) |
Object |
BrokerValue.newInstance(String clsName,
Class type,
Configuration conf,
boolean fatal) |
void |
OpenJPAVersionAndConfigurationTypeValidationPolicy.setConfiguration(Configuration conf) |
void |
CacheMarshallerImpl.setConfiguration(Configuration conf) |
Constructor and Description |
---|
CacheMarshallersValue(Configuration conf) |
SpecificationPlugin(Configuration conf,
String prop) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataCache.setConfiguration(Configuration conf) |
void |
DefaultCacheDistributionPolicy.setConfiguration(Configuration conf) |
void |
AbstractQueryCache.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
WASManagedRuntime.setConfiguration(Configuration conf)
Caches a copy of the configuration.
|
void |
InvocationManagedRuntime.setConfiguration(Configuration conf) |
void |
AutomaticManagedRuntime.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRemoteCommitProvider.setConfiguration(Configuration config) |
Constructor and Description |
---|
BrokerFactoryEventManager(Configuration conf) |
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCConfiguration
Configuration that defines the properties necessary to configure
runtime and connect to a JDBC DataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCConfigurationImpl
Default implementation of the
JDBCConfiguration interface. |
Modifier and Type | Method and Description |
---|---|
MetaDataFactory |
MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
PluginValue metaPlugin,
String mapping)
Intantiate a
MetaDataFactory responsible for both metadata and
mapping. |
MetaDataFactory |
MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
PluginValue metaPlugin,
String mapping,
boolean fatal)
Intantiate a
MetaDataFactory responsible for both metadata and
mapping. |
Object |
MappingRepositoryValue.newInstance(String clsName,
Class type,
Configuration conf,
boolean fatal) |
Modifier and Type | Method and Description |
---|---|
void |
DBIdentifierUtilImpl.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUpdateManager.setConfiguration(Configuration conf) |
void |
FinderCacheImpl.setConfiguration(Configuration conf) |
void |
TableJDBCSeq.setConfiguration(Configuration conf) |
void |
NativeJDBCSeq.setConfiguration(Configuration conf) |
void |
AbstractJDBCSavepointManager.setConfiguration(Configuration conf) |
void |
PreparedQueryCacheImpl.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
MappingDefaultsImpl.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicSchemaFactory.setConfiguration(Configuration conf) |
void |
FileSchemaFactory.setConfiguration(Configuration conf) |
void |
LazySchemaFactory.setConfiguration(Configuration conf) |
void |
TableSchemaFactory.setConfiguration(Configuration conf) |
void |
DBCPDriverDataSource.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
DBDictionary.setConfiguration(Configuration conf) |
void |
SQLFactoryImpl.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
InverseManager.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
AbstractTask.getConfiguration()
The task configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationImpl
Default implementation of the
Configuration interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractProductDerivation.afterSpecificationSet(Configuration conf) |
boolean |
ProductDerivation.afterSpecificationSet(Configuration conf)
Called after the specification has been set.
|
static void |
ProductDerivations.afterSpecificationSet(Configuration conf)
Apply
ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. |
static void |
ProductDerivations.beforeClose(Configuration conf)
Called as the first step of a Configuration's close() method.
|
void |
AbstractProductDerivation.beforeConfigurationClose(Configuration conf) |
void |
ProductDerivation.beforeConfigurationClose(Configuration conf)
Called before the given Configuration is closed.
|
boolean |
AbstractProductDerivation.beforeConfigurationLoad(Configuration conf) |
boolean |
ProductDerivation.beforeConfigurationLoad(Configuration conf)
Provides the instance with the opportunity to mutate
conf before the user configuration is applied. |
static void |
ProductDerivations.beforeConfigurationLoad(Configuration conf)
Apply
ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. |
Object |
ObjectValue.configure(Object obj,
Configuration conf)
Configure the given object.
|
Object |
PluginValue.configure(Object obj,
Configuration conf,
boolean fatal)
Configure the given object.
|
Object |
ObjectValue.configure(Object obj,
Configuration conf,
boolean fatal)
Configure the given object.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
Properties properties)
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
Properties properties,
String configurationName)
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
String properties)
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
static void |
Configurations.configureInstance(Object obj,
Configuration conf,
String properties,
String configurationName)
Configures the given object with the given properties by
matching the properties string to the object's setter
methods.
|
Object |
ObjectValue.instantiate(Class<?> type,
Configuration conf)
Instantiate the object as an instance of the given class.
|
Object |
PluginListValue.instantiate(Class<?> elemType,
Configuration conf,
boolean fatal)
Instantiate the plugins as instances of the given class.
|
Object |
PluginValue.instantiate(Class<?> type,
Configuration conf,
boolean fatal)
Instantiate the plugin as an instance of the given class.
|
Object |
ObjectValue.instantiate(Class<?> type,
Configuration conf,
boolean fatal)
Instantiate the object as an instance of the given class.
|
Object |
ObjectValue.newInstance(String clsName,
Class<?> type,
Configuration conf,
boolean fatal)
Allow subclasses to instantiate additional plugins.
|
static Object |
Configurations.newInstance(String clsName,
Configuration conf,
Properties props,
ClassLoader loader)
Create and configure an instance with the given class name and
properties.
|
static Object |
Configurations.newInstance(String clsName,
Configuration conf,
String props,
ClassLoader loader)
Create and configure an instance with the given class name and
properties as a String.
|
static void |
Configurations.populateConfiguration(Configuration conf,
Options opts)
Set the given
Configuration instance from the command line
options provided. |
void |
Configurable.setConfiguration(Configuration conf)
Invoked prior to setting bean properties.
|
void |
MapConfigurationProvider.setInto(Configuration conf) |
void |
ConfigurationProvider.setInto(Configuration conf)
Set loaded information into the given configuration.
|
protected void |
MapConfigurationProvider.setInto(Configuration conf,
Log log)
Set properties into configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifierUtilImpl.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
AbstractInstrumentationProvider.getConfiguration() |
Configuration |
InstrumentationProvider.getConfiguration()
Gets the configuration associated with the instrumentation provider
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInstrumentationProvider.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
LogFactoryImpl.setConfiguration(Configuration conf) |
void |
JULLogFactory.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataRepository.setConfiguration(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
boolean |
PersistenceProductDerivation.afterSpecificationSet(Configuration c) |
boolean |
PersistenceProductDerivation.beforeConfigurationLoad(Configuration c) |
void |
PersistenceMetaDataFactory.setConfiguration(Configuration conf) |
void |
PersistenceProductDerivation.ConfigurationProviderImpl.setInto(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCPersistenceProductDerivation.afterSpecificationSet(Configuration c) |
boolean |
JDBCPersistenceProductDerivation.beforeConfigurationLoad(Configuration c) |
Constructor and Description |
---|
ValidatorImpl(Configuration conf) |
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedConfiguration
A configuration for multiple data stores, each referred as slice.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of
JDBCConfigurations.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatingLifecycleEventManager.setConfiguration(Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
XMLConfiguration
Configuration implementation for the XML file store.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.