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