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