Package 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
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
-
Field Summary
-
Constructor Summary
-
Method Summary
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.ObjectValue
configure, get, instantiate, newInstance, set, setInternalObject
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
-
Constructor Details
-
JDBCSeqValue
-