grails « Performance « JPA Q&A





1. Increasing query performance on joins and using order by    stackoverflow.com

I am using the Grails framework for a project, which uses Hibernate for ORM. Grails supports named queries, which translate to hibernate criteria. I've been using P6Spy and SQLProfiler ...