Results 1 to 2 of 2

Thread: Removing finders

  1. #1
    Join Date
    Feb 2010
    Posts
    23

    Default 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.

  2. #2
    Join Date
    Sep 2009
    Posts
    101

    Default

    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
  •