@Service public class HerodotusRegisteredClientService extends BaseLayeredService<HerodotusRegisteredClient,String>
Description: HerodotusRegisteredClientService
这里命名没有按照统一的习惯,主要是为了防止与 spring-authorization-server 已有类的同名而导致Bean注入失败
| 构造器和说明 |
|---|
HerodotusRegisteredClientService(HerodotusRegisteredClientRepository registeredClientRepository) |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<HerodotusRegisteredClient> |
findByClientId(String clientId) |
BaseRepository<HerodotusRegisteredClient,String> |
getRepository() |
likeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAndFlush, saveOrUpdatecount, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage@Autowired public HerodotusRegisteredClientService(HerodotusRegisteredClientRepository registeredClientRepository)
public BaseRepository<HerodotusRegisteredClient,String> getRepository()
public Optional<HerodotusRegisteredClient> findByClientId(String clientId)
Copyright © 2023 Dromara. All rights reserved.