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