Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Packages that use AttachmentDataDao
Package
Description
-
Uses of AttachmentDataDao in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement AttachmentDataDaoModifier and TypeClassDescriptionclassAn implementation ofAttachmentDataDaowhich stores the attachment data as files on local filesystem, using the standardFileAPI or as blob on remote filesystem, usingAPI via theinvalid reference
com.atlassian.filestore.client.api.FileStoreClientAttachmentDataFileSysteminterface. -
Uses of AttachmentDataDao in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDataDao -
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of AttachmentDataDao in com.atlassian.confluence.pages.persistence.daoModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementClasses in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataDaoModifier and TypeClassDescriptionclassDeprecated.Since 5.5 Useinvalid reference
com.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDaoMethods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataDaoMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDaoConstructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao -
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDataDaoModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementFields in com.atlassian.confluence.pages.persistence.dao.hibernate declared as AttachmentDataDaoModifier and TypeFieldDescriptionprotected AttachmentDataDaoAbstractHibernateAttachmentDao.dataDaoMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataDaoMethods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataDaoModifier and TypeMethodDescriptionstatic AttachmentDaoAbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao) Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao)