Uses of Interface
com.atlassian.confluence.internal.pages.persistence.AttachmentDaoInternal
-
-
Uses of AttachmentDaoInternal in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentDaoInternal Modifier and Type Class Description classReadThroughCachingAttachmentDaoCaches the IDs of attachments retrieved withReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)in a cache.Constructors in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentDaoInternal Constructor Description ReadThroughCachingAttachmentDao(AttachmentDaoInternal delegate, ReadThroughCache<String,Attachment> cache) -
Uses of AttachmentDaoInternal in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type AttachmentDaoInternal Modifier and Type Method Description voidDefaultAttachmentManager. setAttachmentDao(AttachmentDaoInternal attachmentDao)Constructors in com.atlassian.confluence.pages with parameters of type AttachmentDaoInternal Constructor Description DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDaoInternal<?> contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserPreferencesAccessor userPreferencesAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager) -
Uses of AttachmentDaoInternal in com.atlassian.confluence.pages.attachments
Classes in com.atlassian.confluence.pages.attachments that implement AttachmentDaoInternal Modifier and Type Class Description classAbstractDelegatingAttachmentDaoAnAttachmentDaoInternalimplementation that just delegates to anotherAttachmentDaoInternal.Constructors in com.atlassian.confluence.pages.attachments with parameters of type AttachmentDaoInternal Constructor Description AbstractDelegatingAttachmentDao(AttachmentDaoInternal delegate) -
Uses of AttachmentDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDaoInternal Modifier and Type Class Description classAbstractHibernateAttachmentDaoAbstract class that defines the basic methods necessary for saving Attachments to a database.classNonTransactionalHibernateAttachmentDaoNon-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.classTransactionalHibernateAttachmentDaoTransactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transaction
-