Ejemplo n.º 1
0
 /** Add a filter that uses the IS NULL operator. */
 public Search addFilterNull(String property) {
   SearchUtil.addFilterNull(this, property);
   return this;
 }