Class JDBCSeqValue

  • All Implemented Interfaces:
    java.lang.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 Detail

      • JDBCSeqValue

        public JDBCSeqValue​(java.lang.String prop)