org.apache.openjpa.conf
Class QueryCompilationCacheValue

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 org.apache.openjpa.conf.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
static java.lang.String[] ALIASES
           
 
Constructor Summary
QueryCompilationCacheValue(java.lang.String prop)
           
 
Method Summary
 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
getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
 
Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue
get, instantiate, 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
 

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.