Interface SysMsgChannelMapper
-
public interface SysMsgChannelMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(SysMsgChannelExample example)intdeleteByExample(SysMsgChannelExample example)intdeleteByPrimaryKey(Long msgChannelId)intinsert(SysMsgChannel record)intinsertSelective(SysMsgChannel record)List<SysMsgChannel>selectByExample(SysMsgChannelExample example)SysMsgChannelselectByPrimaryKey(Long msgChannelId)intupdateByExample(SysMsgChannel record, SysMsgChannelExample example)intupdateByExampleSelective(SysMsgChannel record, SysMsgChannelExample example)intupdateByPrimaryKey(SysMsgChannel record)intupdateByPrimaryKeySelective(SysMsgChannel record)
-
-
-
Method Detail
-
countByExample
long countByExample(SysMsgChannelExample example)
-
deleteByExample
int deleteByExample(SysMsgChannelExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(Long msgChannelId)
-
insert
int insert(SysMsgChannel record)
-
insertSelective
int insertSelective(SysMsgChannel record)
-
selectByExample
List<SysMsgChannel> selectByExample(SysMsgChannelExample example)
-
selectByPrimaryKey
SysMsgChannel selectByPrimaryKey(Long msgChannelId)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") SysMsgChannel record, @Param("example") SysMsgChannelExample example)
-
updateByExample
int updateByExample(@Param("record") SysMsgChannel record, @Param("example") SysMsgChannelExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(SysMsgChannel record)
-
updateByPrimaryKey
int updateByPrimaryKey(SysMsgChannel record)
-
-