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