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 classPluginContentHibernateDaoHibernate 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 classDefaultContentDaoGeneric 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 classContentEntityObjectHibernateDao - 
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 classReadThroughCachingPageDaoThis 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 voidAttachmentRelatedContentReconciliationListener. 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)ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager) - 
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 interfaceContentDaoInternalDAO 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 interfacePageDaoInternalDao 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 classAbstractContentEntityObjectHibernateDao<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 classDelegatingPageDaoAPageDaoInternalimplementation 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 classHibernatePageDao 
 -