Interface ScopeRepo
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<ScopeModel,,Long> systems.dennis.shared.repository.AbstractRepository<ScopeModel,,Long> org.springframework.data.repository.CrudRepository<ScopeModel,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<ScopeModel>,org.springframework.data.repository.Repository<ScopeModel,Long>
@Repository
public interface ScopeRepo
extends systems.dennis.shared.postgres.repository.PaginationRepository<ScopeModel>
-
Method Summary
Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo
exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOneMethods inherited from interface systems.dennis.shared.repository.AbstractRepository
findAll, saveMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll