Package-level declarations

Types

Link copied to clipboard
@Repository
interface ApplicationsRepository : JpaRepository<T, ID>
The ApplicationsRepository interface is useful to manage the queries for the application operations
Link copied to clipboard
@Repository
interface PerformanceRepository : JpaRepository<T, ID>
The PerformanceRepository interface is useful to manage the queries for the performance data operations