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