Uses of Class
com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier

Packages that use AbstractAttachmentCopier
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

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

Subclasses of AbstractAttachmentCopier in com.atlassian.confluence.pages.persistence.dao
 class GeneralAttachmentCopier
          This AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are different storage implementations for data and/or meta-data.
 class GeneralAttachmentMigrator
          Created by IntelliJ IDEA.
 

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

Subclasses of AbstractAttachmentCopier in com.atlassian.confluence.pages.persistence.dao.hibernate
 class AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
          This attachment copier will oopy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
 class AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
          This attachment migrator will migrate attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
 



Confluence is developed by Atlassian.