/**
  * Returns whether the query joins a collection.
  *
  * @return Boolean Whether the query joins a collection.
  */
 public function getFetchJoinCollection()
 {
     return $this->paginator->getFetchJoinCollection();
 }