-
Apr 22nd, 2011, 07:01 PM
#1
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.
-
Apr 26th, 2011, 05:10 PM
#2
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
-
Forum Rules