|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectValue | |
---|---|
org.apache.openjpa.conf | OpenJPA Configuration |
org.apache.openjpa.datacache | OpenJPA Data Cache |
org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration |
org.apache.openjpa.lib.conf | Configuration Framework |
org.apache.openjpa.persistence | OpenJPA JPA |
org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. |
Uses of ObjectValue in org.apache.openjpa.conf |
---|
Subclasses of ObjectValue in org.apache.openjpa.conf | |
---|---|
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. |
Fields in org.apache.openjpa.conf declared as ObjectValue | |
---|---|
ObjectValue |
OpenJPAConfigurationImpl.classResolverPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.compatibilityPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.connectionFactory
|
ObjectValue |
OpenJPAConfigurationImpl.connectionFactory2
|
ObjectValue |
OpenJPAConfigurationImpl.dataCacheManagerPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.dataCachePlugin
|
ObjectValue |
OpenJPAConfigurationImpl.detachStatePlugin
|
ObjectValue |
OpenJPAConfigurationImpl.inverseManagerPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.lockManagerPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.managedRuntimePlugin
|
ObjectValue |
OpenJPAConfigurationImpl.orphanedKeyPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.proxyManagerPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.queryCachePlugin
|
ObjectValue |
OpenJPAConfigurationImpl.savepointManagerPlugin
|
ObjectValue |
OpenJPAConfigurationImpl.seqPlugin
|
Uses of ObjectValue in org.apache.openjpa.datacache |
---|
Methods in org.apache.openjpa.datacache with parameters of type ObjectValue | |
---|---|
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 | |
---|---|
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. |
class |
QuerySQLCacheValue
A cache of sql queries. |
Fields in org.apache.openjpa.jdbc.conf declared as ObjectValue | |
---|---|
ObjectValue |
JDBCConfigurationImpl.connectionDecoratorPlugins
|
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 | |
---|---|
class |
PluginListValue
A list of plugins. |
class |
PluginValue
A plugin Value consisting of plugin name and properties. |
Fields in org.apache.openjpa.lib.conf declared as ObjectValue | |
---|---|
ObjectValue |
ConfigurationImpl.logFactoryPlugin
|
Methods in org.apache.openjpa.lib.conf that return ObjectValue | |
---|---|
ObjectValue |
ConfigurationImpl.addObject(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 | |
---|---|
class |
EntityManagerFactoryValue
Plugin type used to represent the EntityManagerFactory . |
Uses of ObjectValue in org.apache.openjpa.slice |
---|
Subclasses of ObjectValue in org.apache.openjpa.slice | |
---|---|
class |
ExecutorServiceValue
Value type used to represent a ExecutorService . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |