Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update - SQL não aparece no Log e informações não sao atualizadas #20

Open
schirrel opened this issue Apr 4, 2018 · 0 comments
Open

Comments

@schirrel
Copy link

schirrel commented Apr 4, 2018

Estou studando vraptor seguindo o tutorial da apostila fj28
Iniciei o projeto blank e estou criando as rotinas de usuario.
Porem ao tenta atualizar a senha, o hibernate nem log no console o sql e muito menos atualiza no banco.

Informacoes de get e select com where estao sendo logadas normalmente porem o update nao é efeturado.
Código:

public Usuario update(Usuario usuario) {
		Transaction tx = getSession().beginTransaction();
		getSession().update(usuario);
		tx.commit();
		return usuario;
	}

Tentei mudar apra save, refresh, persist, e até adicionar o flush sem sucesso em nenhum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant