接口 HerodotusRegisteredClientRepository

所有超级接口:
cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String>, org.springframework.data.repository.CrudRepository<HerodotusRegisteredClient,String>, org.springframework.data.jpa.repository.JpaRepository<HerodotusRegisteredClient,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<HerodotusRegisteredClient>, org.springframework.data.repository.ListCrudRepository<HerodotusRegisteredClient,String>, org.springframework.data.repository.ListPagingAndSortingRepository<HerodotusRegisteredClient,String>, org.springframework.data.repository.PagingAndSortingRepository<HerodotusRegisteredClient,String>, org.springframework.data.repository.query.QueryByExampleExecutor<HerodotusRegisteredClient>, org.springframework.data.repository.Repository<HerodotusRegisteredClient,String>

public interface HerodotusRegisteredClientRepository extends cn.herodotus.engine.data.core.repository.BaseRepository<HerodotusRegisteredClient,String>

Description: HerodotusRegisteredClientRepository

作者:
: gengwei.zheng
Date:
: 2022/2/25 21:05
  • 方法概要

    修饰符和类型
    方法
    说明
    根据 ClientId 查询 RegisteredClient

    从接口继承的方法 cn.herodotus.engine.data.core.repository.BaseRepository

    count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOne

    从接口继承的方法 org.springframework.data.repository.CrudRepository

    delete, deleteAll, deleteAll, deleteAllById, existsById, save

    从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    从接口继承的方法 org.springframework.data.jpa.repository.JpaSpecificationExecutor

    delete, exists, findBy

    从接口继承的方法 org.springframework.data.repository.ListCrudRepository

    findAllById, saveAll

    从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • 方法详细资料

    • findByClientId

      @QueryHints() Optional<HerodotusRegisteredClient> findByClientId(String clientId)
      根据 ClientId 查询 RegisteredClient
      参数:
      clientId - OAuth2 客户端ID
      返回:
      OAuth2 客户端配置