类 PageParam

java.lang.Object
org.babyfish.jimmer.spring.repo.PageParam

public class PageParam extends Object
  • 方法详细资料

    • byIndex

      public static PageParam byIndex(int index, int size)
    • byNo

      public static PageParam byNo(int no, int size)
    • getIndex

      public int getIndex()
    • getSize

      public int getSize()
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object