Example #1
0
 /**
  * Recupera todos os registros da entidade.
  *
  * @return ResultSet
  * @throws PersistException
  * */
 public function findAll()
 {
     return $this->_leaf->findAll();
 }