PDA

View Full Version : delete a finder



elukaweski
Jul 31st, 2009, 02:24 PM
Hi:

I like the way roo generates all the artifacts when I install a finder.

If I need to delete this finder (which I added by accident).....do I need to go through all these artifacts to remove all the relevant code?

Thanks
Edwin

Ben Alex
Jul 31st, 2009, 07:25 PM
If you added a finder, it will be defined with the @RooEntity annotation on your entity. So just edit the @RooEntity annotation, removing the finder. When Roo next runs (or if it's already running) your change will automatically be detected and the finder removed.

elukaweski
Aug 1st, 2009, 08:35 AM
Beautiful!!!! thanks