I am getting the error below saying there was a stack overflow. This is happening because a SQL statement with IN (id, id, id…id) has a ton of parameters. Is there anyway to fix this? This is happening in my local environment with Eclipse. JPA Error Hibernate Query Answer In our Grails project (2.3.6) with Hibernate 4.3.1.Final, we never had