Class FetchFirstPagingModel

  • All Implemented Interfaces:
    PagingModel

    public class FetchFirstPagingModel
    extends java.lang.Object
    implements PagingModel
    • Method Summary

      Modifier and Type Method Description
      <R> R accept​(PagingModelVisitor<R> visitor)  
      java.util.Optional<java.lang.Long> fetchFirstRows()  
      java.util.Optional<java.lang.Long> offset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fetchFirstRows

        public java.util.Optional<java.lang.Long> fetchFirstRows()
      • offset

        public java.util.Optional<java.lang.Long> offset()