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