(快速参考)

存在

目的

检查是否存在指定 ID 的实例

示例

def accountId = ...
if (Account.exists(accountId)) {
    // do something
}

说明

参数

  • id - 该对象的 ID