Uses of Interface
it.univr.passportease.repository.NotificationRepository
Packages that use NotificationRepository
Package
Description
-
Uses of NotificationRepository in it.univr.passportease.service.user.impl
Fields in it.univr.passportease.service.user.impl declared as NotificationRepositoryModifier and TypeFieldDescriptionprivate final NotificationRepository
UserMutationServiceImpl.notificationRepository
The repository forNotification
entity.private final NotificationRepository
UserQueryServiceImpl.notificationRepository
The repository forNotification
entity. -
Uses of NotificationRepository in it.univr.passportease.service.worker.impl
Fields in it.univr.passportease.service.worker.impl declared as NotificationRepositoryModifier and TypeFieldDescriptionprivate final NotificationRepository
WorkerMutationServiceImpl.notificationRepository
Repository forNotification
entity.