|
||||||||||
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 |
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 |
QueryCompilationCacheValue
A cache of compiled queries. |
class |
RemoteCommitProviderValue
Value type used to represent a RemoteCommitProvider . |
class |
SeqValue
Value type used to represent a sequence. |
Uses of ObjectValue in org.apache.openjpa.datacache |
---|
Methods in org.apache.openjpa.datacache with parameters of type ObjectValue | |
---|---|
void |
DataCacheManagerImpl.initialize(OpenJPAConfiguration conf,
ObjectValue dataCache,
ObjectValue queryCache)
|
void |
DataCacheManager.initialize(OpenJPAConfiguration conf,
ObjectValue dataCache,
ObjectValue queryCache)
Initialize the manager, supplying the cache configuration. |
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. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |