Posts by Rodrigo • 1 point
1 post
-
0
votes0
answers113
viewsQ: Hibernate: query performance drop after a few repetitions
I am developing a Farm Management system. One of the basic queries is to list the animals by type that are alive (inFarm = true). Below is the method that executes this query. public List<T>…