Uses of Interface
com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternal
-
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
DefaultContentDao
Generic DAO for hibernate objects. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
ContentEntityObjectHibernateDao
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
ReadThroughCachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectDaoInternal Modifier and Type Method Description static void
AttachmentRelatedContentReconciliationListener. updateCEOWithAttachmentChange(ContentEntityObject ceo, ContentEntityObjectDaoInternal contentEntityObjectDao)
This will help to mark CEO with attachment change.Constructors in com.atlassian.confluence.internal.content.collab with parameters of type ContentEntityObjectDaoInternal Constructor Description AttachmentRelatedContentReconciliationListener(LinkManager linkManager, ContentReconciliationManager reconciliationManager, SynchronizationManager synchronizationManager, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentEntityObjectDaoInternal contentEntityObjectDao)
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.content.render.xhtml.migration Modifier and Type Interface Description interface
ContentDaoInternal
DAO to allow us to load content objects by id for migration. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interface
PageDaoInternal
Dao for Pages. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentEntityObjectDaoInternal Constructor Description DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal<?> contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager)
DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager)
Deprecated.since 8.0DefaultTrashManager(ContentEntityObjectDaoInternal<ContentEntityObject> contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager, PaginationService paginationService, ContentFactory contentFactory)
-
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
DelegatingPageDao
APageDaoInternal
implementation that just delegates to another one. -
Uses of ContentEntityObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ContentEntityObjectDaoInternal Modifier and Type Class Description class
HibernatePageDao
-