| 程序包 | 说明 |
|---|---|
| cn.ipokerface.mybatis.mapper | |
| cn.ipokerface.mybatis.query |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
AbstractMapper.countByCondition(Where condition)
通过条件查总数
|
int |
AbstractMapper.deleteByCondition(Where condition)
通过条件删除
|
T |
AbstractMapper.entityByCondition(Where condition)
通过条件查实体
|
List<T> |
AbstractMapper.selectByCondition(Where condition)
通过条件查列表
|
int |
AbstractMapper.updateByCondition(T entity,
Where condition)
通过条件修改
|
int |
AbstractMapper.updateByConditionSelective(T entity,
Where condition)
通过条件修改不为空的字段
|
| 限定符和类型 | 方法和说明 |
|---|---|
Where |
Where.Builder.build() |
Copyright © 2019. All rights reserved.