org.apache.openjpa.jdbc.conf
Class JDBCSeqValue

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.SeqValue
                  extended by org.apache.openjpa.jdbc.conf.JDBCSeqValue
All Implemented Interfaces:
Cloneable

public class JDBCSeqValue
extends SeqValue

Adds additional aliases to base SeqValue. This subclass is not added to the configuration object because it is not visible to it. Therefore, this class should not attempt to alter sequence instantiation behavior. The aliases defined by this subclass are added to the configuration, however, and this subclass may also be instantiated by other components for creation of sequences without manual alias setting.

Author:
Abe White

Constructor Summary
JDBCSeqValue(String prop)
           
 
Method Summary
 
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
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
 

Constructor Detail

JDBCSeqValue

public JDBCSeqValue(String prop)


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