Class MetaDataRepositoryValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MetaDataRepositoryValue
    extends org.apache.openjpa.lib.conf.PluginValue
    A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
    Since:
    1.1.0
    • Field Summary

      • Fields inherited from class org.apache.openjpa.lib.conf.Value

        INVISIBLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object instantiate​(java.lang.Class type, org.apache.openjpa.lib.conf.Configuration c, boolean fatal)  
      • Methods inherited from class org.apache.openjpa.lib.conf.PluginValue

        configure, getClassName, getInternalString, getProperties, getString, getValueType, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
      • Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue

        configure, get, instantiate, newInstance, set, setInternalObject
      • Methods inherited from class org.apache.openjpa.lib.conf.Value

        addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, toString, unalias, unalias, valueChanged
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MetaDataRepositoryValue

        public MetaDataRepositoryValue()
    • Method Detail

      • instantiate

        public java.lang.Object instantiate​(java.lang.Class type,
                                            org.apache.openjpa.lib.conf.Configuration c,
                                            boolean fatal)
        Overrides:
        instantiate in class org.apache.openjpa.lib.conf.PluginValue