org.apache.openjpa.conf
Class SeqValue
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
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- JDBCSeqValue
public class SeqValue
- extends PluginValue
Value type used to represent a sequence. This type is
defined separately so that it can be used both in the global configuration
and in class metadata with the same encapsulated configuration.
- 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, 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 |
SeqValue
public SeqValue(String prop)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.