Uses of Class
io.dataease.plugins.common.base.domain.DeDriver
-
Packages that use DeDriver Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DeDriver in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return DeDriver Modifier and Type Method Description DeDriverDeDriverMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type DeDriver Modifier and Type Method Description List<DeDriver>DeDriverMapper. selectByExample(DeDriverExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type DeDriver Modifier and Type Method Description intDeDriverMapper. insert(DeDriver record)intDeDriverMapper. insertSelective(DeDriver record)intDeDriverMapper. updateByExample(DeDriver record, DeDriverExample example)intDeDriverMapper. updateByExampleSelective(DeDriver record, DeDriverExample example)intDeDriverMapper. updateByPrimaryKey(DeDriver record)intDeDriverMapper. updateByPrimaryKeySelective(DeDriver record)
-