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