Class Sequence

    • Constructor Detail

      • Sequence

        public Sequence​(int start)
      • Sequence

        public Sequence​(int start,
                        int end)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • next

        public int next()
        The result of this method is not managed by a Transaction, and you don't need one for calling this method.