Uses of Interface
com.atlassian.confluence.pages.persistence.dao.NonTransactionalAttachmentDataDao
-
-
Uses of NonTransactionalAttachmentDataDao in com.atlassian.confluence.impl.pages.attachments.filesystem
Classes in com.atlassian.confluence.impl.pages.attachments.filesystem that implement NonTransactionalAttachmentDataDao 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 NonTransactionalAttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement NonTransactionalAttachmentDataDao Modifier and Type Class Description class
FileSystemAttachmentDataDao
Deprecated.Since 5.5 Usecom.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
-
Uses of NonTransactionalAttachmentDataDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type NonTransactionalAttachmentDataDao Modifier and Type Method Description void
NonTransactionalHibernateAttachmentDao. setDataDao(NonTransactionalAttachmentDataDao dao)
-