Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao

Packages that use AttachmentDao
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.upgrade   
 

Uses of AttachmentDao in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDao
 AttachmentDao AttachmentManager.getAttachmentDao()
          Retrieves the AttachmentDao for the AttachmentManager
 AttachmentDao DefaultAttachmentManager.getAttachmentDao()
           
 AttachmentDao DelegatorAttachmentManager.getAttachmentDao()
           
 

Methods in com.atlassian.confluence.pages with parameters of type AttachmentDao
 void DefaultAttachmentManager.setAttachmentDao(AttachmentDao attachmentDao)
           
 

Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDao
 class WebDavAttachmentDao
          AttachmentDAO implementation for a WebDAV backend.
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao
 AttachmentDao AttachmentDaoFactory.getInstance(AttachmentDataDao dao)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDao
 AttachmentDao.AttachmentMigrator AttachmentDao.getMigrator(AttachmentDao destinationDao)
          Get a migrator object to migrate attachments between attachment datastores.
 AttachmentDao.AttachmentCopier AttachmentDao.getCopier(AttachmentDao destinationDao)
          Get a copier object to copy attachments between data stores The source data store will remain untouched
 AttachmentDao.AttachmentMigrator WebDavAttachmentDao.getMigrator(AttachmentDao destinationDao)
          This method is not supported by the implementation.
 AttachmentDao.AttachmentCopier WebDavAttachmentDao.getCopier(AttachmentDao destinationDao)
          This method is not supported by the implementation.
 

Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDao
 class AbstractHibernateAttachmentDao
          Abstract class that defines the basic methods necessary for saving Attachments to a database.
 class NonTransactionalHibernateAttachmentDao
          Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.
 class TransactionalHibernateAttachmentDao
          Transactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transaction
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDao
static AttachmentDao AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
          Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
 AttachmentDao HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDao
 AttachmentDao.AttachmentMigrator AbstractHibernateAttachmentDao.getMigrator(AttachmentDao destinationDao)
           
 AttachmentDao.AttachmentCopier AbstractHibernateAttachmentDao.getCopier(AttachmentDao destinationDao)
           
 

Uses of AttachmentDao in com.atlassian.confluence.upgrade
 

Methods in com.atlassian.confluence.upgrade with parameters of type AttachmentDao
 void AttachmentFileNameUpgradeTask.setAttachmentDao(AttachmentDao attachmentDao)
           
 



Confluence is developed by Atlassian.