T
- 不能为空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 © 2018. All rights reserved.