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