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