Package-level declarations

Types

Link copied to clipboard
@Repository
interface RefyUserSettingsRepository : JpaRepository<T, ID>
The RefyUserSettingsRepository interface is useful to manage the queries for the user settings operations
Link copied to clipboard
@Primary
@Service
@Repository
interface RefyUsersRepository : EquinoxUsersRepository<T>
The RefyUsersRepository interface is useful to manage the queries for the users operations