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 TypeClassDescriptionclass
An implementation ofAttachmentDataDao
which stores the attachment data as files on local filesystem, using the standardFile
API or as blob on remote filesystem, usingcom.atlassian.filestore.client.api.FileStoreClient
API via theAttachmentDataFileSystem
interface. -
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 TypeInterfaceDescriptioninterface
interface
Deprecated, 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 TypeClassDescriptionclass
Deprecated.Since 5.5 Usecom.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
Methods 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 TypeClassDescriptionclass
Deprecated, 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 AttachmentDataDao
AbstractHibernateAttachmentDao.dataDao
Methods 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 AttachmentDao
AbstractHibernateAttachmentDao.getInstance
(AttachmentDataDao attachmentDataDao) Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.HibernateAttachmentDaoFactoryBean.getInstance
(AttachmentDataDao dataDao)