Uses of Class
io.dataease.plugins.common.base.domain.DeEngine
-
Packages that use DeEngine Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DeEngine in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return DeEngine Modifier and Type Method Description DeEngineDeEngineMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type DeEngine Modifier and Type Method Description List<DeEngine>DeEngineMapper. selectByExample(DeEngineExample example)List<DeEngine>DeEngineMapper. selectByExampleWithBLOBs(DeEngineExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type DeEngine Modifier and Type Method Description intDeEngineMapper. insert(DeEngine record)intDeEngineMapper. insertSelective(DeEngine record)intDeEngineMapper. updateByExample(DeEngine record, DeEngineExample example)intDeEngineMapper. updateByExampleSelective(DeEngine record, DeEngineExample example)intDeEngineMapper. updateByExampleWithBLOBs(DeEngine record, DeEngineExample example)intDeEngineMapper. updateByPrimaryKey(DeEngine record)intDeEngineMapper. updateByPrimaryKeySelective(DeEngine record)intDeEngineMapper. updateByPrimaryKeyWithBLOBs(DeEngine record)
-