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