Package-level declarations

Types

Link copied to clipboard
@Service
@Repository
interface CollectionsRepository : RefyItemsRepository<T>
The CollectionsRepository interface is useful to manage the queries of the LinksCollection
Link copied to clipboard
@Service
@Repository
interface RefyItemsRepository<T : RefyItem?> : JpaRepository<T, ID>
The RefyItemsRepository interface is useful to manage the queries of the RefyItem
Link copied to clipboard
@Primary
@Service
@Repository
interface RefyUsersRepository : EquinoxUsersRepository<T>
The RefyUsersRepository interface is useful to manage the queries for the users operations
Link copied to clipboard
@Service
@Repository
interface TeamsRepository : RefyItemsRepository<T>
The TeamsRepository interface is useful to manage the queries of the Team