Interface ScopeRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScopeModel,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScopeModel>,systems.dennis.shared.repository.PaginationRepository<ScopeModel>,org.springframework.data.repository.Repository<ScopeModel,Long>
public interface ScopeRepo
extends systems.dennis.shared.repository.PaginationRepository<ScopeModel>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAllMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findBy, findOneMethods inherited from interface systems.dennis.shared.repository.PaginationRepository
findAll, findAll, findFirst, save