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, saveAll

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

    count, delete, exists, findAll, findAll, findBy, findOne

    Methods inherited from interface systems.dennis.shared.repository.PaginationRepository

    findAll, findAll, findFirst, save