public interface SysMsgChannelMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(SysMsgChannelExample example) |
int |
deleteByExample(SysMsgChannelExample example) |
int |
deleteByPrimaryKey(Long msgChannelId) |
int |
insert(SysMsgChannel record) |
int |
insertSelective(SysMsgChannel record) |
List<SysMsgChannel> |
selectByExample(SysMsgChannelExample example) |
SysMsgChannel |
selectByPrimaryKey(Long msgChannelId) |
int |
updateByExample(SysMsgChannel record,
SysMsgChannelExample example) |
int |
updateByExampleSelective(SysMsgChannel record,
SysMsgChannelExample example) |
int |
updateByPrimaryKey(SysMsgChannel record) |
int |
updateByPrimaryKeySelective(SysMsgChannel record) |
long countByExample(SysMsgChannelExample example)
int deleteByExample(SysMsgChannelExample example)
int deleteByPrimaryKey(Long msgChannelId)
int insert(SysMsgChannel record)
int insertSelective(SysMsgChannel record)
List<SysMsgChannel> selectByExample(SysMsgChannelExample example)
SysMsgChannel selectByPrimaryKey(Long msgChannelId)
int updateByExampleSelective(@Param(value="record")
SysMsgChannel record,
@Param(value="example")
SysMsgChannelExample example)
int updateByExample(@Param(value="record")
SysMsgChannel record,
@Param(value="example")
SysMsgChannelExample example)
int updateByPrimaryKeySelective(SysMsgChannel record)
int updateByPrimaryKey(SysMsgChannel record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.