Skip to content

Commit

Permalink
Add ignoreTotalRows(boolean ignored) (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Dec 20, 2022
1 parent 0563652 commit fed8812
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ public PageBuilder ignoreTotalRows(boolean ignored) {
return this;
}

@Override
public PageBuilder ignoreTotalRows(boolean ignored) {
criteria.setTotalRowsIgnored(ignored);
return this;
}

@Override
public PageBuilder rows(int rows) {
criteria.setRows(rows);
Expand Down

0 comments on commit fed8812

Please sign in to comment.