org.apache.openjpa.conf
Class MetaDataRepositoryValue
java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.conf.MetaDataRepositoryValue
- All Implemented Interfaces:
- Cloneable
public class MetaDataRepositoryValue
- extends PluginValue
A PluginValue
that interacts with the CacheMarshaller
to cache the metadata repository between executions.
- Since:
- 1.1.0
Methods inherited from class org.apache.openjpa.lib.conf.PluginValue |
getClassName, getInternalString, getProperties, getString, getValueType, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString |
Methods inherited from class org.apache.openjpa.lib.conf.Value |
addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getScope, hashCode, isAliasListComprehensive, isDynamic, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged |
MetaDataRepositoryValue
public MetaDataRepositoryValue()
instantiate
public Object instantiate(Class type,
Configuration c,
boolean fatal)
- Description copied from class:
PluginValue
- Instantiate the plugin as an instance of the given class.
- Overrides:
instantiate
in class PluginValue
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.