testing java highlight
Java
code posted
created at 25 Jul 10:27, updated at 29 Jul 16:20
Edit
|
Back
1
2
3
4 |
EntityManager em = usuarioDAO.getEntityManager();
em.getTransaction().begin();
usuarioDAO.salvar(getUsuarioSelecionado());
em.getTransaction().commit(); |
155 Bytes in 20 ms with coderay