org.apache.openjpa.conf
Class QueryCompilationCacheValue
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.QueryCompilationCacheValue
- All Implemented Interfaces:
- Cloneable
public class QueryCompilationCacheValue
- extends PluginValue
A cache of compiled queries.
- Since:
- 0.9.6 (also existed in prior versions of Kodo)
- Author:
- Abe White
Methods inherited from class org.apache.openjpa.lib.conf.PluginValue |
getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString |
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 |
ALIASES
public static final String[] ALIASES
QueryCompilationCacheValue
public QueryCompilationCacheValue(String prop)
newInstance
public Object newInstance(String clsName,
Class type,
Configuration conf,
boolean fatal)
- Description copied from class:
ObjectValue
- Allow subclasses to instantiate additional plugins. This method does
not perform configuration.
- Overrides:
newInstance
in class ObjectValue
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.