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