Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » conf » [javadoc | source]
org.apache.openjpa.conf
public class: MetaDataRepositoryValue [javadoc | source]
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

A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
Constructor:
 public MetaDataRepositoryValue() 
Method from org.apache.openjpa.conf.MetaDataRepositoryValue Summary:
instantiate
Methods from org.apache.openjpa.lib.conf.PluginValue:
getClassName,   getInternalString,   getProperties,   getString,   getValueType,   instantiate,   isSingleton,   objectChanged,   set,   setClassName,   setInternalString,   setProperties,   setString
Methods from org.apache.openjpa.lib.conf.ObjectValue:
get,   getInternalString,   getValueType,   instantiate,   instantiate,   newInstance,   objectChanged,   set,   set,   setInternalObject,   setInternalString
Methods from org.apache.openjpa.lib.conf.Value:
alias,   alias,   assertChangeable,   clone,   equals,   getAliases,   getDefault,   getInstantiatingGetter,   getInternalString,   getListener,   getLoadKey,   getOriginalValue,   getProperty,   getScope,   getString,   getValueType,   hashCode,   isAliasListComprehensive,   isDefault,   isDynamic,   setAlias,   setAlias,   setAliasListComprehensive,   setAliases,   setDefault,   setDynamic,   setInstantiatingGetter,   setInternalObject,   setInternalString,   setListener,   setLoadKey,   setObject,   setProperty,   setScope,   setString,   unalias,   unalias,   valueChanged
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.conf.MetaDataRepositoryValue Detail:
 public Object instantiate(Class type,
    Configuration c,
    boolean fatal)