public interface BaseService<T,T2>
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(T2 example) |
int |
deleteByExample(T2 example) |
int |
deleteByPrimaryKey(java.lang.String id) |
int |
insertSelective(T record) |
java.util.List<T> |
selectByExample(T2 example) |
T |
selectByPrimaryKey(java.lang.String id) |
int |
updateByExample(T record,
T2 example) |
int |
updateByExampleSelective(T record,
T2 example) |
int |
updateByPrimaryKeySelective(T record) |
int deleteByPrimaryKey(java.lang.String id)
int insertSelective(T record)
T selectByPrimaryKey(java.lang.String id)
int updateByPrimaryKeySelective(T record)
int updateByExampleSelective(@Param(value="record")
T record,
@Param(value="example")
T2 example)
int updateByExample(@Param(value="record")
T record,
@Param(value="example")
T2 example)
long countByExample(T2 example)
int deleteByExample(T2 example)
Copyright © 2023. All rights reserved.