Uses of Interface
com.atlassian.confluence.internal.notification.persistence.NotificationDaoInternal
-
-
Uses of NotificationDaoInternal in com.atlassian.confluence.impl.mail.notification.persistence
Classes in com.atlassian.confluence.impl.mail.notification.persistence that implement NotificationDaoInternal Modifier and Type Class Description class
CachingNotificationDao
Caching for NotificationDao.Constructors in com.atlassian.confluence.impl.mail.notification.persistence with parameters of type NotificationDaoInternal Constructor Description CachingNotificationDao(NotificationDaoInternal delegate, com.atlassian.cache.CacheFactory cacheFactory)
-
Uses of NotificationDaoInternal in com.atlassian.confluence.internal.notification.persistence
Classes in com.atlassian.confluence.internal.notification.persistence that implement NotificationDaoInternal Modifier and Type Class Description class
DelegatingNotificationDaoInternal
Delegating Dao for Notifications.Fields in com.atlassian.confluence.internal.notification.persistence declared as NotificationDaoInternal Modifier and Type Field Description protected NotificationDaoInternal
DelegatingNotificationDaoInternal. delegate
Constructors in com.atlassian.confluence.internal.notification.persistence with parameters of type NotificationDaoInternal Constructor Description DelegatingNotificationDaoInternal(NotificationDaoInternal delegate)
-
Uses of NotificationDaoInternal in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement NotificationDaoInternal Modifier and Type Class Description class
HibernateNotificationDao
-