Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
-
-
Uses of AttachmentDataDao in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement AttachmentDataDao Modifier and Type Class Description class
FileSystemAttachmentDataDao
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 Modifier and Type Method Description AttachmentDataDao
AbstractDelegatingAttachmentDao. getDataDao()
-
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao Modifier and Type Interface Description interface
NonTransactionalAttachmentDataDao
interface
TransactionalAttachmentDataDao
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 AttachmentDataDao Modifier and Type Class Description class
FileSystemAttachmentDataDao
Deprecated.Since 5.5 Usecom.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataDao Modifier and Type Method Description AttachmentDataDao
AttachmentDao. getDataDao()
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao Modifier and Type Method Description AttachmentDao
AttachmentDaoFactory. getInstance(AttachmentDataDao dao)
Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao Constructor Description LegacyAttachmentDataDaoSupport(AttachmentDataDao delegateDao)
-
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDataDao Modifier and Type Class Description class
HibernateAttachmentDataDao
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 AttachmentDataDao Modifier and Type Field Description protected AttachmentDataDao
AbstractHibernateAttachmentDao. dataDao
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataDao Modifier and Type Method Description AttachmentDataDao
AbstractHibernateAttachmentDao. getDataDao()
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataDao Modifier and Type Method Description static AttachmentDao
AbstractHibernateAttachmentDao. getInstance(AttachmentDataDao attachmentDataDao)
Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.AttachmentDao
HibernateAttachmentDaoFactoryBean. getInstance(AttachmentDataDao dataDao)
-