Posts by Cleiton Araújo • 11 points
1 post
-
1
votes1
answer192
viewsQ: List data in a datatable
I believe this method of dao that should not be correct. DAO METHOD public List <Campeonato> listarTodos() { try { manager.getTransaction().begin(); Query query =…