Tagged Questions
0
votes
2answers
793 views
GORM createCriteria with one-to-many relation
since a couple of hours I try to figure out how to create a criteria with a kind of must-be-in-list criterion.
If I reduce my code I have following two domain classes:
Hotel - The base domain class ...