grails « Interceptor « JPA Q&A





1. GORM (Hibernate) Interceptor to run certain SQL before Hibernate runs it in the db in a Grails application?    stackoverflow.com

I have a grails application in which I am using GORM. This works great. However I have a requirement where, before any SQL is called in the database, it has to ...