Class Pageable<T>

java.lang.Object
com.objectsql.support.Paging
com.objectsql.support.Pageable<T>
All Implemented Interfaces:
Serializable

@RdTable(name="None", comment="\u5206\u9875") public class Pageable<T> extends Paging
See Also:
  • Field Details

  • Constructor Details

    • Pageable

      public Pageable()
  • Method Details

    • getRows

      public List<T> getRows()
    • setRows

      public void setRows(List<T> rows)