Uses of Class
io.dataease.plugins.common.base.domain.AuthSourceExample
-
Packages that use AuthSourceExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of AuthSourceExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type AuthSourceExample Modifier and Type Method Description longAuthSourceMapper. countByExample(AuthSourceExample example)intAuthSourceMapper. deleteByExample(AuthSourceExample example)List<AuthSource>AuthSourceMapper. selectByExample(AuthSourceExample example)List<AuthSource>AuthSourceMapper. selectByExampleWithBLOBs(AuthSourceExample example)intAuthSourceMapper. updateByExample(AuthSource record, AuthSourceExample example)intAuthSourceMapper. updateByExampleSelective(AuthSource record, AuthSourceExample example)intAuthSourceMapper. updateByExampleWithBLOBs(AuthSource record, AuthSourceExample example)
-