TypedQuery<Empteste> minhaLista = em.createQuery("Select d from Empteste", Empteste.class);
List<Empteste> results = minhaLista.getResultList();
I want this my list result to appear in my JPA CONTAINER
I was trying this, but I...
asked by
03.12.2015 / 13:53