Package gr.unipi.weather_app.model
package gr.unipi.weather_app.model
This package contains the model classes for the Weather App.
The model package is responsible for defining the entities that represent
the application's data structure. Currently, it contains the WeatherData
class, which represents weather data such as temperature, humidity, wind speed, and more.
The entities in this package are annotated with JPA annotations to enable persistence in a relational database.
-
ClassesClassDescriptionRepresents weather data for a specific city, including temperature, humidity, wind speed, UV index, weather description, and a timestamp.