org.apache.openjpa.jdbc.conf
Class JDBCSeqValue
java.lang.Object
   org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.Value
       org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.ObjectValue
           org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.lib.conf.PluginValue
               org.apache.openjpa.conf.SeqValue
org.apache.openjpa.conf.SeqValue
                   org.apache.openjpa.jdbc.conf.JDBCSeqValue
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
 
| Fields inherited from class org.apache.openjpa.lib.conf.Value | 
| INVISIBLE | 
 
 
 
| 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.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 | 
 
 
ALIASES
static final String[] ALIASES
JDBCSeqValue
public JDBCSeqValue(String prop)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.