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