Interface RoadinspectionRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<RoadInspection,​Long>, org.springframework.data.jpa.repository.JpaRepository<RoadInspection,​Long>, org.springframework.data.repository.PagingAndSortingRepository<RoadInspection,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<RoadInspection>, org.springframework.data.repository.Repository<RoadInspection,​Long>

    public interface RoadinspectionRepository
    extends org.springframework.data.jpa.repository.JpaRepository<RoadInspection,​Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deleteByDataGuid​(String data_guid)  
      Optional<RoadInspection> findByDataGuid​(String data_guid)  
      Optional<RoadInspection> findById​(Long id)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne