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 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 NonTransactionalAttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement NonTransactionalAttachmentDataDao Modifier and Type Class Description classFileSystemAttachmentDataDaoDeprecated.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 voidNonTransactionalHibernateAttachmentDao. setDataDao(NonTransactionalAttachmentDataDao dao) 
 -