Ejemplo n.º 1
0
 public function setHydrationCacheProfile(QueryCacheProfile $profile = null)
 {
     $this->nativeQuery->setHydrationCacheProfile($profile);
     return $this;
 }