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