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