Package-level declarations

Types

Link copied to clipboard
@Repository
interface NotificationRepository : CrudRepository<Notification, Long>

DAO repository for working with "notification" db table