Grails domain class event listner in service level

Posted by BlackPanther on Stack Overflow See other posts from Stack Overflow or by BlackPanther
Published on 2010-03-18T15:15:36Z Indexed on 2010/03/21 8:31 UTC
Read the original article Hit count: 347

Hi ,

I want to interrupt some specific grails domain class events(read,write,delete,update).Is there any hibernate eventlistner available for grails domain classes.So that all the calls will go through that eventslistner.I tried following def beforeLoad={}, def beforeInsert={} ,etc ..Other than that is there any other way something can be done in service level?

Thanks

© Stack Overflow or respective owner

Related posts about grails

Related posts about grails-event-listner