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