Interface OAuth2PermissionRepository

All Superinterfaces:
cn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository<OAuth2Permission,String>, org.springframework.data.repository.CrudRepository<OAuth2Permission,String>, org.springframework.data.jpa.repository.JpaRepository<OAuth2Permission,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<OAuth2Permission>, org.springframework.data.repository.ListCrudRepository<OAuth2Permission,String>, org.springframework.data.repository.ListPagingAndSortingRepository<OAuth2Permission,String>, org.springframework.data.repository.PagingAndSortingRepository<OAuth2Permission,String>, org.springframework.data.repository.query.QueryByExampleExecutor<OAuth2Permission>, org.springframework.data.repository.Repository<OAuth2Permission,String>

public interface OAuth2PermissionRepository extends cn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository<OAuth2Permission,String>

Description: OAuth2AuthorityRepository

Author:
: gengwei.zheng
Date:
: 2022/4/1 13:52
  • 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

    Methods inherited from interface cn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository

    count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findAllById, findById, findOne, getReferenceById

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    delete, deleteAll, deleteAll, deleteAllById, existsById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    delete, exists, findAll, findBy

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    saveAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne