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