Ejemplo n.º 1
0
 public function setFetchMode($class, $assocName, $fetchMode)
 {
     $this->nativeQuery->setFetchMode($class, $assocName, $fetchMode);
     return $this;
 }