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