Package | Description |
---|---|
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.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerFactoryValue
Value type used to represent the
BrokerFactory . |
class |
BrokerValue
Custom
PluginValue that can efficiently create BrokerImpl
instances. |
class |
CacheMarshallersValue
A configuration value for handling and accessing cache marshallers.
|
class |
MetaDataRepositoryValue
A
PluginValue that interacts with the CacheMarshaller
to cache the metadata repository between executions. |
class |
QueryCompilationCacheValue
A cache of compiled queries.
|
class |
RemoteCommitProviderValue
Value type used to represent a
RemoteCommitProvider . |
class |
SeqValue
Value type used to represent a sequence.
|
class |
SpecificationPlugin
A plug-in for Specification that enforces certain overwriting rules.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCacheManager.initialize(OpenJPAConfiguration conf,
ObjectValue dataCache,
ObjectValue queryCache)
Initialize the manager, supplying the cache configuration.
|
void |
DataCacheManagerImpl.initialize(OpenJPAConfiguration conf,
ObjectValue dataCache,
ObjectValue queryCache) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCSeqValue
Adds additional aliases to base
SeqValue . |
class |
MappingFactoryValue
Handles the complex logic of creating a
MetaDataFactory for
combined metadata and mapping. |
class |
MappingRepositoryValue
Handles the complex logic of creating a
MappingRepository for
a given configuration. |
Modifier and Type | Field and Description |
---|---|
ObjectValue |
JDBCConfigurationImpl.connectionDecoratorPlugins |
ObjectValue |
JDBCConfigurationImpl.identifierUtilPlugin |
ObjectValue |
JDBCConfigurationImpl.jdbcListenerPlugins |
ObjectValue |
JDBCConfigurationImpl.mappingDefaultsPlugin |
ObjectValue |
JDBCConfigurationImpl.schemaFactoryPlugin |
ObjectValue |
JDBCConfigurationImpl.sqlFactoryPlugin |
ObjectValue |
JDBCConfigurationImpl.updateManagerPlugin |
Modifier and Type | Class and Description |
---|---|
class |
PluginListValue
A list of plugins.
|
class |
PluginValue
A plugin
Value consisting of plugin name and properties. |
Modifier and Type | Field and Description |
---|---|
ObjectValue |
ConfigurationImpl.logFactoryPlugin |
Modifier and Type | Method and Description |
---|---|
ObjectValue |
ConfigurationImpl.addObject(String property)
Add the given value to the set of configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryValue
Plugin type used to represent the
EntityManagerFactory . |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.