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 classFileSystemAttachmentDataDaoAn implementation ofAttachmentDataDaowhich stores the attachment data as files on local filesystem, using the standardFileAPI or as blob on remote filesystem, usingcom.atlassian.filestore.client.api.FileStoreClientAPI via theAttachmentDataFileSysteminterface. -
Uses of AttachmentDataDao in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDataDao Modifier and Type Method Description AttachmentDataDaoAbstractDelegatingAttachmentDao. 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 interfaceNonTransactionalAttachmentDataDaointerfaceTransactionalAttachmentDataDaoClasses in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataDao Modifier and Type Class Description classFileSystemAttachmentDataDaoDeprecated.Since 5.5 Usecom.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDaoMethods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDataDao Modifier and Type Method Description AttachmentDataDaoAttachmentDao. getDataDao()Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao Modifier and Type Method Description AttachmentDaoAttachmentDaoFactory. 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 classHibernateAttachmentDataDaoThis class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.Fields in com.atlassian.confluence.pages.persistence.dao.hibernate declared as AttachmentDataDao Modifier and Type Field Description protected AttachmentDataDaoAbstractHibernateAttachmentDao. dataDaoMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataDao Modifier and Type Method Description AttachmentDataDaoAbstractHibernateAttachmentDao. getDataDao()Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataDao Modifier and Type Method Description static AttachmentDaoAbstractHibernateAttachmentDao. getInstance(AttachmentDataDao attachmentDataDao)Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.AttachmentDaoHibernateAttachmentDaoFactoryBean. getInstance(AttachmentDataDao dataDao)
-