Uses of Class
io.dataease.plugins.common.base.domain.UserKey
-
Packages that use UserKey Package Description io.dataease.plugins.common.base.mapper -
-
Uses of UserKey in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return UserKey Modifier and Type Method Description UserKeyUserKeyMapper. selectByPrimaryKey(Long id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type UserKey Modifier and Type Method Description List<UserKey>UserKeyMapper. selectByExample(UserKeyExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type UserKey Modifier and Type Method Description intUserKeyMapper. insert(UserKey record)intUserKeyMapper. insertSelective(UserKey record)intUserKeyMapper. updateByExample(UserKey record, UserKeyExample example)intUserKeyMapper. updateByExampleSelective(UserKey record, UserKeyExample example)intUserKeyMapper. updateByPrimaryKey(UserKey record)intUserKeyMapper. updateByPrimaryKeySelective(UserKey record)
-