Is there a way to autoproxy all implementations of a specific interface in the applicationContext? If so, can I have my Advice only execute for specific methods? For example, whenever the save() method is called on my DAOs, I want to be able to time it. But, only the save() methods.
Thanks.
-sean z


Reply With Quote