Ejemplo n.º 1
0
 public function setResultCacheId($id)
 {
     $this->nativeQuery->setResultCacheId($id);
     return $this;
 }