Grails:域类属性名称与嵌入的类属性名称冲突

时间:2016-04-04 21:09:04

标签: grails grails-2.5

then

如何按名称过滤
当我在查询中使用名称时(例如class Person { String name Country bornInCountry static embedded = ['bornInCountry'] } class Country { String name } ),会被 bornInCountry.name 过滤。

使用Person.countByNameIsNotNull()生成的sql:

loggingSql = true

代码取自grails documentation
grails版本:2.5.3

0 个答案:

没有答案