| 程序包 | 说明 |
|---|---|
| tech.wetech.mybatis.mapper |
| 限定符和类型 | 方法和说明 |
|---|---|
<S extends T> |
BaseMapper.updateByExample(S record,
Example<S> example) |
<S extends T> |
BaseMapper.updateByExampleSelective(S record,
Example<S> example) |
<S extends T> |
BaseMapper.updateByPrimaryKey(S record) |
<S extends T> |
BaseMapper.updateByPrimaryKeySelective(S record) |
Copyright © 2020. All rights reserved.