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.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.
|
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 |
SpecificationPlugin.valueChanged(Value value) |
Modifier and Type | Class and Description |
---|---|
class |
FetchModeValue
Value type used to represent fetch modes.
|
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 | Class and Description |
---|---|
class |
BooleanValue
A boolean
Value . |
class |
ClassListValue |
class |
DoubleValue
A double
Value . |
class |
FileValue
|
class |
IntValue
An int
Value . |
class |
ObjectValue
An object
Value . |
class |
PluginListValue
A list of plugins.
|
class |
PluginValue
A plugin
Value consisting of plugin name and properties. |
class |
StringListValue
A comma-separated list of string values.
|
class |
StringValue
A string
Value . |
Modifier and Type | Method and Description |
---|---|
<T extends Value> |
ConfigurationImpl.addValue(T val) |
<T extends Value> |
Configuration.addValue(T val)
Add the given value to the set of configuration properties.
|
Modifier and Type | Method and Description |
---|---|
Value |
ConfigurationImpl.getValue(String property)
Gets the registered Value for the given propertyName.
|
Value |
Configuration.getValue(String property)
Return the
Value for the given property, or null if none. |
Value[] |
ConfigurationImpl.getValues() |
Value[] |
Configuration.getValues()
Return the set of all
Value s. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Configurations.containsProperty(Value value,
Map props)
Test whether the map contains the given partial key, prefixed with any
possible configuration prefix.
|
boolean |
ConfigurationImpl.removeValue(Value val) |
boolean |
Configuration.removeValue(Value val)
Remove the given value from the set of configuration properties.
|
void |
ConfigurationImpl.valueChanged(Value val) |
void |
ValueListener.valueChanged(Value val)
Callback used by
Value objects to notify listener of change. |
Modifier and Type | Method and Description |
---|---|
void |
ClassMetaData.valueChanged(Value val) |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryValue
Plugin type used to represent the
EntityManagerFactory . |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.