Hi guys!
I've got an entity that has a boolean field.
When I type the command "finder list" in Roo Shell, it only lists the corresponding finder with the NOT modifier. For example:
Let's suppose an entity named "Foo" with a boolean field named "enabled", if I type the command "finder list", Roo will show:
.....
findFoosByEnabledNot(Boolean enabled)
...
And not the option
...
findFoosByEnabled(Boolean enabled)
...
Nevertheless Roo only doesn't list it, because if I type:
...
finder add --finderName findFoosByEnabled
Roo effectively generates the corresponding code.
What I'm pointing in this post is that this situation is a bit confusing and sometimes funny, in my case i used the findFoosByEnabledNot option and of course it was listing the opposite option I was looking for!!!!![]()
I'm submitting the corresponding JIRA later


Reply With Quote
