Interface PanelAppTemplateMapper
-
public interface PanelAppTemplateMapper
-
-
Method Summary
-
-
-
Method Detail
-
countByExample
long countByExample(PanelAppTemplateExample example)
-
deleteByExample
int deleteByExample(PanelAppTemplateExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String id)
-
insert
int insert(PanelAppTemplateWithBLOBs record)
-
insertSelective
int insertSelective(PanelAppTemplateWithBLOBs record)
-
selectByExampleWithBLOBs
List<PanelAppTemplateWithBLOBs> selectByExampleWithBLOBs(PanelAppTemplateExample example)
-
selectByExample
List<PanelAppTemplate> selectByExample(PanelAppTemplateExample example)
-
selectByPrimaryKey
PanelAppTemplateWithBLOBs selectByPrimaryKey(String id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") PanelAppTemplateWithBLOBs record, @Param("example") PanelAppTemplateExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") PanelAppTemplateWithBLOBs record, @Param("example") PanelAppTemplateExample example)
-
updateByExample
int updateByExample(@Param("record") PanelAppTemplate record, @Param("example") PanelAppTemplateExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(PanelAppTemplateWithBLOBs record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(PanelAppTemplateWithBLOBs record)
-
updateByPrimaryKey
int updateByPrimaryKey(PanelAppTemplate record)
-
-