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