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