(快速参考)

mapWith

用途

mapWith static 属性增加了控制是否持久化领域类别的能力。

示例

class Airport {

    static mapWith = "none"

}

在此示例中,Airport 类不会持久化到数据库。