public interface SaleMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(SaleExample example) |
int |
deleteByExample(SaleExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(Sale record) |
int |
insertSelective(Sale record) |
List<Sale> |
selectByExample(SaleExample example) |
Sale |
selectByPrimaryKey(Long id) |
int |
updateByExample(Sale record,
SaleExample example) |
int |
updateByExampleSelective(Sale record,
SaleExample example) |
int |
updateByPrimaryKey(Sale record) |
int |
updateByPrimaryKeySelective(Sale record) |
int countByExample(SaleExample example)
int deleteByExample(SaleExample example)
int deleteByPrimaryKey(Long id)
int insert(Sale record)
int insertSelective(Sale record)
List<Sale> selectByExample(SaleExample example)
int updateByExampleSelective(@Param(value="record")
Sale record,
@Param(value="example")
SaleExample example)
int updateByExample(@Param(value="record")
Sale record,
@Param(value="example")
SaleExample example)
int updateByPrimaryKeySelective(Sale record)
int updateByPrimaryKey(Sale record)
Copyright © 2019. All rights reserved.