org.apache.openjpa.jdbc.conf
Class QuerySQLCacheValue

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.jdbc.conf.QuerySQLCacheValue
All Implemented Interfaces:
Cloneable

public class QuerySQLCacheValue
extends PluginValue

A cache of sql queries.

Since:
1.2

Field Summary
static String[] ALIASES
           
 
Constructor Summary
QuerySQLCacheValue(String prop)
           
 
Method Summary
 boolean isSQLCacheOn()
           
 Object newInstance()
           
 
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, newInstance, set, setInternalObject
 
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
 

Field Detail

ALIASES

public static final String[] ALIASES
Constructor Detail

QuerySQLCacheValue

public QuerySQLCacheValue(String prop)
Method Detail

isSQLCacheOn

public boolean isSQLCacheOn()

newInstance

public Object newInstance()


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