接口 OAuth2ApplicationRepository
- 所有超级接口:
cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<OAuth2Application,,String> org.springframework.data.repository.CrudRepository<OAuth2Application,,String> org.springframework.data.jpa.repository.JpaRepository<OAuth2Application,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<OAuth2Application>,org.springframework.data.repository.ListCrudRepository<OAuth2Application,,String> org.springframework.data.repository.ListPagingAndSortingRepository<OAuth2Application,,String> org.springframework.data.repository.PagingAndSortingRepository<OAuth2Application,,String> org.springframework.data.repository.query.QueryByExampleExecutor<OAuth2Application>,org.springframework.data.repository.Repository<OAuth2Application,String>
public interface OAuth2ApplicationRepository
extends cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<OAuth2Application,String>
Description: OAuth2ApplicationRepository
- 作者:
- : gengwei.zheng
- Date:
- : 2022/3/1 18:05
-
方法概要
从接口继承的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
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
根据 Client ID 查询 OAuth2Application- 参数:
clientId- OAuth2Application 中的 clientId- 返回:
OAuth2Application
-