Uses of Class
io.dataease.plugins.common.base.domain.PanelLinkMapping
-
Packages that use PanelLinkMapping Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelLinkMapping in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelLinkMapping Modifier and Type Method Description PanelLinkMappingPanelLinkMappingMapper. selectByPrimaryKey(Long id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelLinkMapping Modifier and Type Method Description List<PanelLinkMapping>PanelLinkMappingMapper. selectByExample(PanelLinkMappingExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelLinkMapping Modifier and Type Method Description intPanelLinkMappingMapper. insert(PanelLinkMapping record)intPanelLinkMappingMapper. insertSelective(PanelLinkMapping record)intPanelLinkMappingMapper. updateByExample(PanelLinkMapping record, PanelLinkMappingExample example)intPanelLinkMappingMapper. updateByExampleSelective(PanelLinkMapping record, PanelLinkMappingExample example)intPanelLinkMappingMapper. updateByPrimaryKey(PanelLinkMapping record)intPanelLinkMappingMapper. updateByPrimaryKeySelective(PanelLinkMapping record)
-