0

属しているフィールドで定義されたプロパティを主キーとして使用する方法はありますか。

例えば:

Class A {

   static belongsTo = [b: B]

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

ありがとう。

4

0 に答える 0