public function setHydrationCacheProfile(QueryCacheProfile $profile = null)
 {
     $this->nativeQuery->setHydrationCacheProfile($profile);
     return $this;
 }