public ParticipacaoDaoJPA() {
   this.em = EM.getLocalEm();
 }
示例#2
0
  public PedidoDaoJPA() {

    this.em = EM.getLocalEm();
  }