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