Package-level declarations

Types

Link copied to clipboard
@Repository
interface ProjectsRepository : JpaRepository<T, ID>
The ProjectsRepository interface is useful to manage the queries for the projects
Link copied to clipboard
@Repository
interface UpdatesRepository : JpaRepository<T, ID>
The UpdatesRepository interface is useful to manage the queries for the updates of a project