Kodo 4.1.4 generated on June 22 2007

kodo.conf
Class CachingMetaDataRepositoryPlugin

java.lang.Object
  extended by org.apache.openjpa.lib.conf.Value
      extended by org.apache.openjpa.lib.conf.ObjectValue
          extended by org.apache.openjpa.lib.conf.PluginValue
              extended by kodo.conf.CachingMetaDataRepositoryPlugin
All Implemented Interfaces:
Cloneable

public class CachingMetaDataRepositoryPlugin
extends PluginValue

A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.

Since:
4.1.3

Constructor Summary
CachingMetaDataRepositoryPlugin(String name)
           
 
Method Summary
 void cacheRepository(Configuration c)
           
 Object instantiate(Class type, Configuration c, boolean fatal)
           
 
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.ObjectValue
get, instantiate, newInstance, set, setInternalObject
 
Methods inherited from class org.apache.openjpa.lib.conf.Value
alias, alias, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getProperty, getScope, hashCode, isAliasListComprehensive, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingMetaDataRepositoryPlugin

public CachingMetaDataRepositoryPlugin(String name)
Method Detail

instantiate

public Object instantiate(Class type,
                          Configuration c,
                          boolean fatal)
Overrides:
instantiate in class PluginValue

cacheRepository

public void cacheRepository(Configuration c)

Kodo 4.1.4 generated on June 22 2007

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.