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
           
 

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 copy 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.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.