Posts by Everton Prates • 11 points
2 posts
-
1
votes1
answer20
viewsA: findAllbyId bringing the same result to the whole query
I managed to solve the problem! It was only @Id that was in the wrong key.
-
-1
votes1
answer20
viewsQ: findAllbyId bringing the same result to the whole query
I’m having a small problem, my query is returning the same result on all Rows. Example: Code: @NamedQuery(name = "UtilizadorPerfil.getByFilter", query = "SELECT u FROM UtilizadorPerfil u WHERE…