Package 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
A cache of compiled queries.
- Since:
- 0.9.6 (also existed in prior versions of Kodo)
- Author:
- Abe White
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String clsName, Class type, Configuration conf, boolean fatal) Allow subclasses to instantiate additional plugins.Methods inherited from class org.apache.openjpa.lib.conf.PluginValue
configure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setStringMethods inherited from class org.apache.openjpa.lib.conf.ObjectValue
configure, get, instantiate, set, setInternalObjectMethods 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
-
Field Details
-
ALIASES
-
-
Constructor Details
-
QueryCompilationCacheValue
-
-
Method Details
-
newInstance
Description copied from class:ObjectValueAllow subclasses to instantiate additional plugins. This method does not perform configuration.- Overrides:
newInstancein classObjectValue
-