public interface BaseMapper<E,T,ID>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(T example) |
int |
deleteByExample(T example) |
int |
deleteByPrimaryKey(ID id) |
int |
insert(E record) |
int |
insertSelective(E record) |
List<E> |
selectByExample(T example) |
E |
selectByPrimaryKey(ID id) |
int |
updateByExample(E record,
T example) |
int |
updateByExampleSelective(E record,
T example) |
int |
updateByPrimaryKey(E record) |
int |
updateByPrimaryKeySelective(E record) |
int countByExample(T example)
int deleteByExample(T example)
int deleteByPrimaryKey(ID id)
int insert(E record)
int insertSelective(E record)
int updateByPrimaryKeySelective(E record)
int updateByPrimaryKey(E record)
Copyright © 2019. All rights reserved.