Interface PanelTemplateMapper
-
public interface PanelTemplateMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(PanelTemplateExample example)intdeleteByExample(PanelTemplateExample example)intdeleteByPrimaryKey(String id)intinsert(PanelTemplateWithBLOBs record)intinsertSelective(PanelTemplateWithBLOBs record)List<PanelTemplate>selectByExample(PanelTemplateExample example)List<PanelTemplateWithBLOBs>selectByExampleWithBLOBs(PanelTemplateExample example)PanelTemplateWithBLOBsselectByPrimaryKey(String id)intupdateByExample(PanelTemplate record, PanelTemplateExample example)intupdateByExampleSelective(PanelTemplateWithBLOBs record, PanelTemplateExample example)intupdateByExampleWithBLOBs(PanelTemplateWithBLOBs record, PanelTemplateExample example)intupdateByPrimaryKey(PanelTemplate record)intupdateByPrimaryKeySelective(PanelTemplateWithBLOBs record)intupdateByPrimaryKeyWithBLOBs(PanelTemplateWithBLOBs record)
-
-
-
Method Detail
-
countByExample
long countByExample(PanelTemplateExample example)
-
deleteByExample
int deleteByExample(PanelTemplateExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(PanelTemplateWithBLOBs record)
-
insertSelective
int insertSelective(PanelTemplateWithBLOBs record)
-
selectByExampleWithBLOBs
List<PanelTemplateWithBLOBs> selectByExampleWithBLOBs(PanelTemplateExample example)
-
selectByExample
List<PanelTemplate> selectByExample(PanelTemplateExample example)
-
selectByPrimaryKey
PanelTemplateWithBLOBs selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") PanelTemplateWithBLOBs record, @Param("example") PanelTemplateExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") PanelTemplateWithBLOBs record, @Param("example") PanelTemplateExample example)
-
updateByExample
int updateByExample(@Param("record") PanelTemplate record, @Param("example") PanelTemplateExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(PanelTemplateWithBLOBs record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(PanelTemplateWithBLOBs record)
-
updateByPrimaryKey
int updateByPrimaryKey(PanelTemplate record)
-
-