Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如说,如果两个类 A,B 像 A hasMany B 一样有关系。在 GORM 中如何指定域类之间的这些关系
如果我正确理解了这个问题,您想知道上述选项中的哪一个是由hasMany关系表示的?
hasMany
答案是“协会”。您可以通过GORM 参考文档了解有关关联和组合的详细信息。