You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @angelique360 , Did you resolve this problem? I have the same issue, I know that there is "Must" and "MustNot" but it doesn't work! I don't know what happen. I'm new in Grails and I'm working with a main entity and 4 childs entities.
I need to use Restrictions, for example:
Restrictions:
eq
isNotNull
But i dont now how implement in search().list {} clousure
I am trying to do something like this:
def myDomainClasses = Book.search().list {
}
The text was updated successfully, but these errors were encountered: