org.apache.openjpa.jdbc.conf
Class JDBCSeqValue
java.lang.Object
  
org.apache.openjpa.lib.conf.Value
      
org.apache.openjpa.lib.conf.ObjectValue
          
org.apache.openjpa.lib.conf.PluginValue
              
org.apache.openjpa.conf.SeqValue
                  
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
 
 
 
| 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.Value | 
alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getOriginalValue, getProperty, getScope, hashCode, isAliasListComprehensive, isDynamic, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged | 
 
 
JDBCSeqValue
public JDBCSeqValue(String prop)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.