@@ -25,7 +25,9 @@ use AppBundle\Model\UsuarioNutrapharmQuery;
* @method UsuarioNutrapharmQuery orderByUnuNombre($order = Criteria::ASC) Order by the unu_nombre column
* @method UsuarioNutrapharmQuery orderByUnuCorreo($order = Criteria::ASC) Order by the unu_correo column
* @method UsuarioNutrapharmQuery orderByUnuPathFotoInicial($order = Criteria::ASC) Order by the unu_path_foto_inicial column
* @method UsuarioNutrapharmQuery orderByUnuExtInicial($order = Criteria::ASC) Order by the unu_ext_inicial column
* @method UsuarioNutrapharmQuery orderByUnuComentarioInicial($order = Criteria::ASC) Order by the unu_comentario_inicial column
* @method UsuarioNutrapharmQuery orderByUnuExtFinal($order = Criteria::ASC) Order by the unu_ext_final column
* @method UsuarioNutrapharmQuery orderByUnuPathFotoFinal($order = Criteria::ASC) Order by the unu_path_foto_final column
* @method UsuarioNutrapharmQuery orderByUnuComentarioFinal($order = Criteria::ASC) Order by the unu_comentario_final column
* @method UsuarioNutrapharmQuery orderByUnuEstado($order = Criteria::ASC) Order by the unu_estado column
...
...
@@ -40,7 +42,9 @@ use AppBundle\Model\UsuarioNutrapharmQuery;
* @method UsuarioNutrapharmQuery groupByUnuNombre() Group by the unu_nombre column
* @method UsuarioNutrapharmQuery groupByUnuCorreo() Group by the unu_correo column
* @method UsuarioNutrapharmQuery groupByUnuPathFotoInicial() Group by the unu_path_foto_inicial column
* @method UsuarioNutrapharmQuery groupByUnuExtInicial() Group by the unu_ext_inicial column
* @method UsuarioNutrapharmQuery groupByUnuComentarioInicial() Group by the unu_comentario_inicial column
* @method UsuarioNutrapharmQuery groupByUnuExtFinal() Group by the unu_ext_final column
* @method UsuarioNutrapharmQuery groupByUnuPathFotoFinal() Group by the unu_path_foto_final column
* @method UsuarioNutrapharmQuery groupByUnuComentarioFinal() Group by the unu_comentario_final column
* @method UsuarioNutrapharmQuery groupByUnuEstado() Group by the unu_estado column
...
...
@@ -65,7 +69,9 @@ use AppBundle\Model\UsuarioNutrapharmQuery;
* @method UsuarioNutrapharm findOneByUnuNombre(string $unu_nombre) Return the first UsuarioNutrapharm filtered by the unu_nombre column
* @method UsuarioNutrapharm findOneByUnuCorreo(string $unu_correo) Return the first UsuarioNutrapharm filtered by the unu_correo column
* @method UsuarioNutrapharm findOneByUnuPathFotoInicial(string $unu_path_foto_inicial) Return the first UsuarioNutrapharm filtered by the unu_path_foto_inicial column
* @method UsuarioNutrapharm findOneByUnuExtInicial(string $unu_ext_inicial) Return the first UsuarioNutrapharm filtered by the unu_ext_inicial column
* @method UsuarioNutrapharm findOneByUnuComentarioInicial(string $unu_comentario_inicial) Return the first UsuarioNutrapharm filtered by the unu_comentario_inicial column
* @method UsuarioNutrapharm findOneByUnuExtFinal(string $unu_ext_final) Return the first UsuarioNutrapharm filtered by the unu_ext_final column
* @method UsuarioNutrapharm findOneByUnuPathFotoFinal(string $unu_path_foto_final) Return the first UsuarioNutrapharm filtered by the unu_path_foto_final column
* @method UsuarioNutrapharm findOneByUnuComentarioFinal(string $unu_comentario_final) Return the first UsuarioNutrapharm filtered by the unu_comentario_final column
* @method UsuarioNutrapharm findOneByUnuEstado(int $unu_estado) Return the first UsuarioNutrapharm filtered by the unu_estado column
...
...
@@ -80,7 +86,9 @@ use AppBundle\Model\UsuarioNutrapharmQuery;
* @method array findByUnuNombre(string $unu_nombre) Return UsuarioNutrapharm objects filtered by the unu_nombre column
* @method array findByUnuCorreo(string $unu_correo) Return UsuarioNutrapharm objects filtered by the unu_correo column
* @method array findByUnuPathFotoInicial(string $unu_path_foto_inicial) Return UsuarioNutrapharm objects filtered by the unu_path_foto_inicial column
* @method array findByUnuExtInicial(string $unu_ext_inicial) Return UsuarioNutrapharm objects filtered by the unu_ext_inicial column
* @method array findByUnuComentarioInicial(string $unu_comentario_inicial) Return UsuarioNutrapharm objects filtered by the unu_comentario_inicial column
* @method array findByUnuExtFinal(string $unu_ext_final) Return UsuarioNutrapharm objects filtered by the unu_ext_final column
* @method array findByUnuPathFotoFinal(string $unu_path_foto_final) Return UsuarioNutrapharm objects filtered by the unu_path_foto_final column
* @method array findByUnuComentarioFinal(string $unu_comentario_final) Return UsuarioNutrapharm objects filtered by the unu_comentario_final column
* @method array findByUnuEstado(int $unu_estado) Return UsuarioNutrapharm objects filtered by the unu_estado column
...
...
@@ -192,7 +200,7 @@ abstract class BaseUsuarioNutrapharmQuery extends ModelCriteria