Interface ReportLineRepository
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<ReportLine,,Long> org.springframework.data.repository.Repository<ReportLine,Long> 
@Repository
public interface ReportLineRepository
extends org.springframework.data.repository.CrudRepository<ReportLine,Long> 
- 
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll 
- 
Method Details
- 
findAllByReportId
 
 -