Class SequenceMetaData

  • All Implemented Interfaces:
    Serializable

    public class SequenceMetaData
    extends MetaData
    Representation of the MetaData of a named Sequence (JDO, or JPA).
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected String name
        Name under which this sequence generator is known.
      • datastoreSequence

        protected String datastoreSequence
        Datastore Sequence name
      • factoryClass

        protected String factoryClass
        factory class name (JDO).
      • strategy

        protected SequenceStrategy strategy
        Strategy for this sequence (JDO).
      • initialValue

        protected int initialValue
        Initial value of the sequence.
      • allocationSize

        protected int allocationSize
        Allocation size for the sequence.
      • schemaName

        protected String schemaName
      • catalogName

        protected String catalogName
    • Constructor Detail

      • SequenceMetaData

        public SequenceMetaData​(String name,
                                String strategyValue)
        Constructor.
        Parameters:
        name - The sequence name
        strategyValue - The strategy value