org.apache.openjpa.conf
Class CacheMarshallersValue
java.lang.Object
   org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.Value
       org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.ObjectValue
           org.apache.openjpa.lib.conf.PluginListValue
org.apache.openjpa.lib.conf.PluginListValue
               org.apache.openjpa.conf.CacheMarshallersValue
org.apache.openjpa.conf.CacheMarshallersValue
- All Implemented Interfaces: 
- java.lang.Cloneable
- public class CacheMarshallersValue 
- extends PluginListValue
A configuration value for handling and accessing cache marshallers.
- Since:
- 1.1.0
 
 
 
 
| 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 | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
CacheMarshallersValue
public CacheMarshallersValue(Configuration conf)
instantiate
public java.lang.Object instantiate(java.lang.Class elemType,
                                    Configuration conf,
                                    boolean fatal)
- 
- Overrides:
- instantiatein class- PluginListValue
 
- 
 
getMarshallerById
public CacheMarshaller getMarshallerById(java.lang.String id)
- Return the CacheMarshallerto use for caching metadata of idid. If no marshaller exists for the id, returnsNoOpCacheMarshaller.
 
- 
 
getMarshallerById
public static CacheMarshaller getMarshallerById(Configuration c,
                                                java.lang.String id)
- Return the CacheMarshallerto use for caching metadata of idid. If no marshaller exists for the id, returnsNoOpCacheMarshaller.
 
- 
 
getInstancesAsMap
public java.util.Map getInstancesAsMap()
- 
 
initialize
protected void initialize()
- 
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.