Uses of Class
io.dataease.plugins.common.base.domain.MyPluginExample
-
Packages that use MyPluginExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of MyPluginExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type MyPluginExample Modifier and Type Method Description longMyPluginMapper. countByExample(MyPluginExample example)intMyPluginMapper. deleteByExample(MyPluginExample example)List<MyPlugin>MyPluginMapper. selectByExample(MyPluginExample example)intMyPluginMapper. updateByExample(MyPlugin record, MyPluginExample example)intMyPluginMapper. updateByExampleSelective(MyPlugin record, MyPluginExample example)
-