接口 OauthRegisteredClientMapper

所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<OauthRegisteredClient>, com.baomidou.mybatisplus.core.mapper.Mapper<OauthRegisteredClient>

public interface OauthRegisteredClientMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<OauthRegisteredClient>
Oauth2注册客户端(oauth_registered_client)表数据库访问层
从以下版本开始:
2025/9/14
作者:
lishangbu
  • 方法概要

    修饰符和类型
    方法
    说明
    根据 clientId 查询注册客户端信息

    从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById
  • 方法详细资料

    • selectByClientId

      Optional<OauthRegisteredClient> selectByClientId(String clientId)
      根据 clientId 查询注册客户端信息
      参数:
      clientId - 客户端ID
      返回:
      匹配的注册客户端信息