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