Uses of Interface
com.atlassian.confluence.mail.notification.persistence.NotificationDao
-
-
Uses of NotificationDao in com.atlassian.confluence.impl.mail.notification.persistence
Classes in com.atlassian.confluence.impl.mail.notification.persistence that implement NotificationDao Modifier and Type Class Description class
CachingNotificationDao
Caching for NotificationDao. -
Uses of NotificationDao in com.atlassian.confluence.internal.notification.persistence
Subinterfaces of NotificationDao in com.atlassian.confluence.internal.notification.persistence Modifier and Type Interface Description interface
NotificationDaoInternal
Dao for Notifications.Classes in com.atlassian.confluence.internal.notification.persistence that implement NotificationDao Modifier and Type Class Description class
DelegatingNotificationDaoInternal
Delegating Dao for Notifications. -
Uses of NotificationDao in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type NotificationDao Constructor Description DefaultNotificationManager(NotificationDao notificationDao, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of NotificationDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement NotificationDao Modifier and Type Class Description class
HibernateNotificationDao
-