Interface ScopeRuleRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScopeRuleModel,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<ScopeRuleModel>,systems.dennis.shared.repository.PaginationRepository<ScopeRuleModel>,org.springframework.data.repository.Repository<ScopeRuleModel,Long>
public interface ScopeRuleRepo
extends systems.dennis.shared.repository.PaginationRepository<ScopeRuleModel>
-
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