标签: grails
我正在尝试建立一个isNear关系,我想知道这会做什么?
static isNear = [places:Places]
as
static hasMany = [places:Places]
有很多关系我只是想知道如果我用isNear替换hasMany会发生什么?