public ParticipacaoDaoJPA() {
   this.em = EM.getLocalEm();
 }
Ejemplo n.º 2
0
  public PedidoDaoJPA() {

    this.em = EM.getLocalEm();
  }