Interface OAuth2ComplianceRepository
- All Superinterfaces:
cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Compliance,,String> org.springframework.data.repository.CrudRepository<OAuth2Compliance,,String> org.springframework.data.jpa.repository.JpaRepository<OAuth2Compliance,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<OAuth2Compliance>,org.springframework.data.repository.ListCrudRepository<OAuth2Compliance,,String> org.springframework.data.repository.ListPagingAndSortingRepository<OAuth2Compliance,,String> org.springframework.data.repository.PagingAndSortingRepository<OAuth2Compliance,,String> org.springframework.data.repository.query.QueryByExampleExecutor<OAuth2Compliance>,org.springframework.data.repository.Repository<OAuth2Compliance,String>
public interface OAuth2ComplianceRepository
extends cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Compliance,String>
Description: ActionAuditRepository
- Author:
- : gengwei.zheng
- Date:
- : 2022/7/7 20:39
-
Method Summary
Methods inherited from interface cn.herodotus.engine.data.core.repository.BaseRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOneMethods inherited from interface org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
delete, exists, findByMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAllById, saveAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne