I think it is built into Eclipse.
Point to the native ResultSet field in your code, right click on it, select "Source", then "Generate Delegate Methods".
It is a quick way to generate a delegate, but then you have to instrument 130 delegatations !!!
With a proxy, you only have to do it once, and then override just the bits and pieces you need to.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953577#3953577
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953577
|