Interface OAuth2ProductRepository

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

public interface OAuth2ProductRepository extends cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Product,String>

Description: OAuth2ProductRepository

Author:
: gengwei.zheng
Date:
: 2023/5/15 16:29
  • Method Summary

    Methods inherited from interface cn.herodotus.engine.data.core.repository.BaseRepository

    count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOne

    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, getReferenceById, saveAllAndFlush, saveAndFlush

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

    delete, exists, findBy

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

    findAllById, saveAll

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

    count, exists, findAll, findBy, findOne