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.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
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.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
PluginValue |
OpenJPAConfigurationImpl.encryptionProvider |
PluginValue |
OpenJPAConfigurationImpl.finderCachePlugin |
PluginValue |
OpenJPAConfigurationImpl.metaFactoryPlugin |
PluginValue |
OpenJPAConfigurationImpl.preparedQueryCachePlugin |
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 |
---|---|
PluginValue |
JDBCConfigurationImpl.dbdictionaryPlugin |
PluginValue |
JDBCConfigurationImpl.driverDataSourcePlugin |
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. |
Modifier and Type | Method and Description |
---|---|
protected PluginValue |
SequenceMapping.newPluginValue(String property) |
Modifier and Type | Method and Description |
---|---|
PluginValue |
ConfigurationImpl.addPlugin(String property,
boolean singleton)
Add the given value to the set of configuration properties.
|
Modifier and Type | Method and Description |
---|---|
protected PluginValue |
SequenceMetaData.newPluginValue(String property)
Create a new plugin value for sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryValue
Plugin type used to represent the
EntityManagerFactory . |
Modifier and Type | Field and Description |
---|---|
PluginValue |
DistributedJDBCConfigurationImpl.distributionPolicyPlugin |
PluginValue |
DistributedJDBCConfigurationImpl.finderTargetPolicyPlugin |
PluginValue |
DistributedJDBCConfigurationImpl.queryTargetPolicyPlugin |
PluginValue |
DistributedJDBCConfigurationImpl.replicationPolicyPlugin |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.