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