Uses of Class
io.dataease.plugins.common.base.domain.MyPlugin
-
Packages that use MyPlugin Package Description io.dataease.plugins.common.base.mapper io.dataease.plugins.common.util -
-
Uses of MyPlugin in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return MyPlugin Modifier and Type Method Description MyPluginMyPluginMapper. selectByPrimaryKey(Long pluginId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type MyPlugin Modifier and Type Method Description List<MyPlugin>MyPluginMapper. selectByExample(MyPluginExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type MyPlugin Modifier and Type Method Description intMyPluginMapper. insert(MyPlugin record)intMyPluginMapper. insertSelective(MyPlugin record)intMyPluginMapper. updateByExample(MyPlugin record, MyPluginExample example)intMyPluginMapper. updateByExampleSelective(MyPlugin record, MyPluginExample example)intMyPluginMapper. updateByPrimaryKey(MyPlugin record)intMyPluginMapper. updateByPrimaryKeySelective(MyPlugin record) -
Uses of MyPlugin in io.dataease.plugins.common.util
Methods in io.dataease.plugins.common.util with parameters of type MyPlugin Modifier and Type Method Description voidMybatisLoader. loadMybatis(MyPlugin myPlugin)
-