Uses of Class
org.apache.openjpa.lib.conf.ObjectValue
-
Packages that use ObjectValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of ObjectValue in org.apache.openjpa.conf
Subclasses of ObjectValue in org.apache.openjpa.conf Modifier and Type Class Description class
BrokerFactoryValue
Value type used to represent theBrokerFactory
.class
BrokerValue
CustomPluginValue
that can efficiently createBrokerImpl
instances.class
CacheMarshallersValue
A configuration value for handling and accessing cache marshallers.class
MetaDataRepositoryValue
APluginValue
that interacts with theCacheMarshaller
to cache the metadata repository between executions.class
QueryCompilationCacheValue
A cache of compiled queries.class
RemoteCommitProviderValue
Value type used to represent aRemoteCommitProvider
.class
SeqValue
Value type used to represent a sequence.class
SpecificationPlugin
A plug-in for Specification that enforces certain overwriting rules. -
Uses of ObjectValue in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type ObjectValue Modifier and Type Method 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)
-
Uses of ObjectValue in org.apache.openjpa.jdbc.conf
Subclasses of ObjectValue in org.apache.openjpa.jdbc.conf Modifier and Type Class Description class
JDBCSeqValue
Adds additional aliases to baseSeqValue
.class
MappingFactoryValue
Handles the complex logic of creating aMetaDataFactory
for combined metadata and mapping.class
MappingRepositoryValue
Handles the complex logic of creating aMappingRepository
for a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as ObjectValue Modifier and Type Field Description ObjectValue
JDBCConfigurationImpl. connectionDecoratorPlugins
ObjectValue
JDBCConfigurationImpl. identifierUtilPlugin
ObjectValue
JDBCConfigurationImpl. jdbcListenerPlugins
ObjectValue
JDBCConfigurationImpl. mappingDefaultsPlugin
ObjectValue
JDBCConfigurationImpl. schemaFactoryPlugin
ObjectValue
JDBCConfigurationImpl. sqlFactoryPlugin
ObjectValue
JDBCConfigurationImpl. updateManagerPlugin
-
Uses of ObjectValue in org.apache.openjpa.lib.conf
Subclasses of ObjectValue in org.apache.openjpa.lib.conf Modifier and Type Class Description class
PluginListValue
A list of plugins.class
PluginValue
A pluginValue
consisting of plugin name and properties.Fields in org.apache.openjpa.lib.conf declared as ObjectValue Modifier and Type Field Description ObjectValue
ConfigurationImpl. logFactoryPlugin
Methods in org.apache.openjpa.lib.conf that return ObjectValue Modifier and Type Method Description ObjectValue
ConfigurationImpl. addObject(java.lang.String property)
Add the given value to the set of configuration properties. -
Uses of ObjectValue in org.apache.openjpa.persistence
Subclasses of ObjectValue in org.apache.openjpa.persistence Modifier and Type Class Description class
EntityManagerFactoryValue
Plugin type used to represent theEntityManagerFactory
.
-