public interface SQLDAO
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exist(Object instance)
实例对象是否存在
|
boolean |
existAll(Collection instances)
是否数据库中存在示例对象数组内的所有对象
|
boolean |
existAll(Object... instances)
是否数据库中存在示例对象数组内的所有对象
|
boolean |
existAny(Collection instances)
是否数据库中存在任意一个示例对象数组内的对象
|
boolean |
existAny(Object... instances)
是否数据库中存在任意一个示例对象数组内的对象
|
boolean exist(Object instance)
instance - 实例对象boolean existAny(Object... instances)
instances - 实例对象数组boolean existAll(Object... instances)
instances - 实例对象数组boolean existAny(Collection instances)
instances - 实例对象数组boolean existAll(Collection instances)
instances - 实例对象数组Copyright © 2022. All rights reserved.