Package-level declarations

Types

Link copied to clipboard
@Service
@Repository
interface NotificationsRepository : JpaRepository<T, ID>
The NotificationsRepository interface is useful to manage the queries for the notifications of the users
Link copied to clipboard
@Service
@Repository
interface ReleaseEventsRepository : JpaRepository<T, ID>
The ReleaseEventsRepository interface is useful to manage the queries for the events of the releases
Link copied to clipboard
@Service
@Repository
interface ReleasesRepository : JpaRepository<T, ID>
The ReleasesRepository interface is useful to manage the queries for the releases
Link copied to clipboard
@Service
@Repository
interface ReleaseTagRepository : JpaRepository<T, ID>
The ReleaseTagRepository interface is useful to manage the queries for the tag assigned when the releases are rejected