jjelliott
jjelliott
Related issue on the hibernate5 repo: grails/gorm-hibernate5/issues/143 Just in case there's some insight there that helps with this.
I investigated a bit further. I made another domain which did not reference other domains and just had a composite key. ```groovy class Composite implements Serializable{ String field1 String field2...
No, we've managed to work around it for the sorting by doing things like `UserRole.list().sort{it.role}` which is obviously less than optimal. That's interesting that createCriteria is triggering a similar issue....