Interface ReportRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Report,Long>, org.springframework.data.repository.Repository<Report,Long>

@Repository public interface ReportRepository extends org.springframework.data.repository.CrudRepository<Report,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    findAll(org.springframework.data.domain.Sort sort)
     
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details