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