public interface ExistsWithPrimaryKeyMapper<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsWithPrimaryKey(Object key)
根据主键字段查询总数,方法参数必须包含完整的主键属性,查询条件使用等号
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") boolean existsWithPrimaryKey(Object key)
key - 对象Copyright © 2019. All rights reserved.