/**
  * @param QueryWrapperInterface $query
  * @return boolean
  */
 public function canApplyToQuery(QueryWrapperInterface $query)
 {
     return $query->canFilterBy($this->fieldName, $this->criterion, $this->condition);
 }