Package-level declarations

Types

Link copied to clipboard
@Service
@Repository
interface CustomLinksRepository : LinksBaseRepository<T>
The CustomLinksRepository interface is useful to manage the queries of the CustomRefyLink
Link copied to clipboard
@Service
@Repository
interface LinksBaseRepository<T : RefyLink?> : RefyItemsRepository<T>
The LinksBaseRepository interface is useful to manage the queries of the RefyLink
Link copied to clipboard
@Service
@Repository
interface LinksRepository : LinksBaseRepository<T>
The LinksRepository interface is useful to manage the queries of the RefyLink