Class Sequence

    • Method Detail

      • getExportIdentifier

        public String getExportIdentifier()
        Description copied from interface: Exportable
        Get a unique identifier to make sure we are not exporting the same database structure multiple times.
        Specified by:
        getExportIdentifier in interface Exportable
        Returns:
        The exporting identifier.
      • getInitialValue

        public int getInitialValue()
      • getIncrementSize

        public int getIncrementSize()
      • validate

        public void validate​(int initialValue,
                             int incrementSize)