|
@@ -329,10 +329,6 @@ public class Page<T> implements IPage<T> {
|
|
|
return optimizeCountSql;
|
|
|
}
|
|
|
|
|
|
- public boolean isOptimizeCountSql() {
|
|
|
- return optimizeCountSql();
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public boolean isSearchCount() {
|
|
|
if (total < 0) {
|
|
@@ -356,10 +352,6 @@ public class Page<T> implements IPage<T> {
|
|
|
this.hitCount = hit;
|
|
|
}
|
|
|
|
|
|
- public void setHitCount(boolean hit) {
|
|
|
- this.hitCount = hit;
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public boolean isHitCount() {
|
|
|
return hitCount;
|