In Grails, How can I create a domain model to link two of another model?
I\'m currently trying to create a Friendship domain object to link two User objects (with a bit of additional data: createDate, confirmedStatus). My domain model looks as follows
问答
阅读(4)