| 程序包 | 说明 |
|---|---|
| com.github.abel533.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> int |
EntityMapper.countByExample(Example example)
通过Example类来查询count
|
<T> int |
EntityMapper.deleteByExample(Example example)
通过Example删除
|
<T> List<T> |
EntityMapper.selectByExample(Example example)
通过Example来查询
|
Copyright © 2015. All rights reserved.