Tagged Questions
2
votes
4answers
2k views
Grails multi column indexes
Can someone explain how to define multi column indexes in Grails? The documentation is at best sparse.
This for example does not seem to work at all:
http://grails.org/GORM+Index+definitions
I've ...
1
vote
3answers
948 views
How do I create a composite primary key using GORM?
I have three domain classes: Beer, Review, and Reviewer.
I want the Review table to create a many to many relationship between Beer and Reviewer, so I want the primary key of Review to be a composite ...