|
@@ -207,6 +207,11 @@ public class QueryParamEntity extends QueryParam {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public QueryParamEntity doNotSort(){
|
|
|
|
+ this.setSorts(new ArrayList<>());
|
|
|
|
+ return this;
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public QueryParamEntity clone() {
|
|
public QueryParamEntity clone() {
|
|
return (QueryParamEntity) super.clone();
|
|
return (QueryParamEntity) super.clone();
|