属しているフィールドで定義されたプロパティを主キーとして使用する方法はありますか。
例えば:
Class A {
static belongsTo = [b: B]
static mappings = {
id generator: 'assigned', name: 'b'
}
}
ありがとう。
属しているフィールドで定義されたプロパティを主キーとして使用する方法はありますか。
例えば:
Class A {
static belongsTo = [b: B]
static mappings = {
id generator: 'assigned', name: 'b'
}
}
ありがとう。