0

有什么方法可以使用 belongsTo 字段中定义的属性作为主键。

例如:

Class A {

   static belongsTo = [b: B]

   static mappings = {
       id generator: 'assigned', name: 'b'
   }
}

谢谢。

4

0 回答 0