Ejemplo n.º 1
0
 public function setHint($name, $value)
 {
     $this->nativeQuery->setHint($name, $value);
     return $this;
 }