Skip to content

Commit

Permalink
#554 Add method Paginator#getPageSize()
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Polevoy committed Nov 29, 2016
1 parent ed84656 commit 7e51945
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,8 @@ public Long getCount() {
private Long doCount() {
return Convert.toLong(new DB(metaModel.getDbName()).firstCell(countQuery, params));
}

public int getPageSize() {
return pageSize;
}
}

0 comments on commit 7e51945

Please sign in to comment.