Interface WeatherDataRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<WeatherData,Long>, org.springframework.data.jpa.repository.JpaRepository<WeatherData,Long>, org.springframework.data.repository.ListCrudRepository<WeatherData,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<WeatherData,Long>, org.springframework.data.repository.PagingAndSortingRepository<WeatherData,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<WeatherData>, org.springframework.data.repository.Repository<WeatherData,Long>

@Repository public interface WeatherDataRepository extends org.springframework.data.jpa.repository.JpaRepository<WeatherData,Long>
Repository for interacting with the WeatherData table