Class QueryCompilationCacheValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class QueryCompilationCacheValue
    extends org.apache.openjpa.lib.conf.PluginValue
    A cache of compiled queries.
    Since:
    0.9.6 (also existed in prior versions of Kodo)
    Author:
    Abe White
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] ALIASES  
      • Fields inherited from class org.apache.openjpa.lib.conf.Value

        INVISIBLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(java.lang.String clsName, java.lang.Class type, org.apache.openjpa.lib.conf.Configuration conf, boolean fatal)  
      • Methods inherited from class org.apache.openjpa.lib.conf.PluginValue

        configure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
      • Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue

        configure, get, instantiate, set, setInternalObject
      • Methods 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ALIASES

        public static final java.lang.String[] ALIASES
    • Constructor Detail

      • QueryCompilationCacheValue

        public QueryCompilationCacheValue​(java.lang.String prop)
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(java.lang.String clsName,
                                            java.lang.Class type,
                                            org.apache.openjpa.lib.conf.Configuration conf,
                                            boolean fatal)
        Overrides:
        newInstance in class org.apache.openjpa.lib.conf.ObjectValue