接口 OAuth2ScopeRepository
- 所有超级接口:
cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<OAuth2Scope,,String> org.springframework.data.repository.CrudRepository<OAuth2Scope,,String> org.springframework.data.jpa.repository.JpaRepository<OAuth2Scope,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<OAuth2Scope>,org.springframework.data.repository.ListCrudRepository<OAuth2Scope,,String> org.springframework.data.repository.ListPagingAndSortingRepository<OAuth2Scope,,String> org.springframework.data.repository.PagingAndSortingRepository<OAuth2Scope,,String> org.springframework.data.repository.query.QueryByExampleExecutor<OAuth2Scope>,org.springframework.data.repository.Repository<OAuth2Scope,String>
public interface OAuth2ScopeRepository
extends cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<OAuth2Scope,String>
Description : OauthScopeRepository
- 作者:
- : gengwei.zheng
- Date:
- : 2020/3/19 16:57
-
方法概要
修饰符和类型方法说明findByScopeCode(String scopeCode) 根据范围代码查询应用范围findByScopeCodeIn(List<String> scopeCodes) 根据 scope codes 查询对应的对象列表从接口继承的方法 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
-
方法详细资料
-
findByScopeCode
根据范围代码查询应用范围- 参数:
scopeCode- 范围代码- 返回:
- 应用范围
OAuth2Scope
-
findByScopeCodeIn
根据 scope codes 查询对应的对象列表- 参数:
scopeCodes- 范围代码- 返回:
- 对象列表
-