-
Mar 18th, 2010, 03:47 PM
#1
Removing finders
I wonder if there's any easy way to remove things in roo. For instance I'd like to remove a finder in a maintained view, but finder command only allow add and list.
-
Mar 19th, 2010, 10:56 AM
#2
Look at the @RooEntity annotation on your primary entity (e.g., ~/domain/Pizza.java). It contains a list of finders you have added. (You can simply remove the one you want to disappear.)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules