Posts by Felipe Henrique • 19 points
1 post
-
1
votes0
answers239
viewsQ: Hibernate Query with setParameters
Hibernate is ignoring my data from a Map when it is void. If I’m with setParameter("nome",valor) and the value is null it works, does anyone know how to solve? Follow the code: public List…