예제 #1
0
 /** Add descending sort by property */
 public Search addSortDesc(String property, boolean ignoreCase) {
   SearchUtil.addSortDesc(this, property, ignoreCase);
   return this;
 }
예제 #2
0
 /** Add descending sort by property */
 public Search addSortDesc(String property) {
   SearchUtil.addSortDesc(this, property);
   return this;
 }