Interface HerodotusRegisteredClientRepository
- All Superinterfaces:
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
- Author:
- : gengwei.zheng
- Date:
- : 2022/2/25 21:05
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T extends Object> -
Method Summary
Modifier and TypeMethodDescriptionfindByClientId(String clientId) 根据 ClientId 查询 RegisteredClientMethods inherited from interface cn.herodotus.engine.data.core.repository.BaseRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOneMethods inherited from interface org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
delete, exists, findAll, findByMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAllById, saveAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByClientId
根据 ClientId 查询 RegisteredClient- Parameters:
clientId- OAuth2 客户端ID- Returns:
- OAuth2 客户端配置
-