Interface SysInterfaceRepository
- All Superinterfaces:
cn.herodotus.engine.data.core.repository.BaseRepository<SysInterface,,String> org.springframework.data.repository.CrudRepository<SysInterface,,String> org.springframework.data.jpa.repository.JpaRepository<SysInterface,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysInterface>,org.springframework.data.repository.ListCrudRepository<SysInterface,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysInterface,,String> org.springframework.data.repository.PagingAndSortingRepository<SysInterface,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysInterface>,org.springframework.data.repository.Repository<SysInterface,String>
public interface SysInterfaceRepository
extends cn.herodotus.engine.data.core.repository.BaseRepository<SysInterface,String>
Description: 系统应用程序接口 Repository
- Author:
- : gengwei.zheng
- Date:
- : 2023/3/7 11:09
-
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.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, findAll, 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