Class SequenceInfo


  • public final class SequenceInfo
    extends Object
    • Method Detail

      • getFeature

        public Feature getFeature()
      • getStartL

        public long getStartL()
      • getMinimumL

        public long getMinimumL()
      • getMaximumL

        public long getMaximumL()
      • getCountL

        public long getCountL()
      • isKnown

        public boolean isKnown()
      • getFirst

        @Deprecated
        public int getFirst()
        Deprecated.
        Use getFirstL() instead.
        Returns the first primary key number generated for the type since the startup of the application.
      • getFirstL

        public long getFirstL()
        Returns the first primary key number generated for the type since the startup of the application.
      • getLast

        @Deprecated
        public int getLast()
        Deprecated.
        Use getLastL() instead.
        Returns the last primary key number generated for the type.
      • getLastL

        public long getLastL()
        Returns the last primary key number generated for the type.