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