How to Query a GORM Domain with a hasMany Enum Relationship to Find Entries Containing Only Specific Enum Values?
I’m working with a Grails application where I have a domain class that has a hasMany
relationship with an enum. Here’s a simplified version of the code: