Example #1
0
 /** Construtor da classe */
 public DoacaoDAO() {
   manager = JPAUtil.getEntityManager();
 }
Example #2
0
 /** Construtor da classe */
 public UsuarioDAO() {
   this.em = JPAUtil.getEntityManager();
 }