Results 1 to 2 of 2

Thread: how to use dynamic finders?

  1. #1
    Join Date
    Apr 2011
    Posts
    1

    Default how to use dynamic finders?

    Hey guys, im a former grails user now switching to roo. The thing is, I
    don't know how to use finders in roo. Assuming I have a timer object,
    i issued the following command:

    finder list
    findTimersByMessage(String message)
    findTimersByMessageIsNotNull()
    ......

    timer = Timer.findTimersByMessage(...) results in compilation errors.
    How do i invoke the dynamic finders within Java?
    Last edited by nvidia5500; Apr 22nd, 2011 at 07:05 PM.

  2. #2
    Join Date
    Mar 2011
    Posts
    5

    Default Maybe previus error

    Maybe you have previus error in the class or Entity

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •