I am using Grails, and I am trying to figure out how to get all the different values โโof a property of a domain class. In other words, I am looking for all the individual values โโfor a column. However, I'm not sure how to translate this into a GORM statement, the preferred criterion.
I am open to anyone that gives me a list of domain classes (each of which has a different meaning for the property in question), and I collect all the property values. Or something that gives me various property values โโdirectly.
source share