Posts by Yanderson Kaio • 1 point
1 post
-
0
votes1
answer86
viewsQ: Database Query with an Array in Hibernate
I have a method that takes as parameter an array of values(id) and I need to do a query in the database to return only the rows of a column with these values(id) I have this method: public…