Package-level declarations

Types

Link copied to clipboard
@Repository
interface DevicesRepository : JpaRepository<T, ID>
The DevicesRepository interface is useful to manage the queries for the devices operations
Link copied to clipboard
@Repository
interface IssuesRepository : JpaRepository<T, ID>
The IssuesRepository interface is useful to manage the queries for the issues operations