接口 OAuth2ApplicationRepository

所有超级接口:
cn.herodotus.engine.data.core.repository.BaseRepository<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.engine.data.core.repository.BaseRepository<OAuth2Application,String>

Description: OAuth2ApplicationRepository

作者:
: gengwei.zheng
Date:
: 2022/3/1 18:05
  • 方法概要

    修饰符和类型
    方法
    说明
    根据 Client ID 查询 OAuth2Application

    从接口继承的方法 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
  • 方法详细资料