接口 OauthAuthorizationConsentMapper

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

public interface OauthAuthorizationConsentMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<OauthAuthorizationConsent>
用户授权确认表(oauth_authorization_consent)数据库访问层
从以下版本开始:
2025/9/14
作者:
lishangbu
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    deleteByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)
     
    selectByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)
     

    从接口继承的方法 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
  • 方法详细资料

    • selectByRegisteredClientIdAndPrincipalName

      Optional<OauthAuthorizationConsent> selectByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)
    • deleteByRegisteredClientIdAndPrincipalName

      void deleteByRegisteredClientIdAndPrincipalName(String registeredClientId, String principalName)