Uses of Class
com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
-
Packages that use AbstractAttachmentCopier Package Description 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 Modifier and Type Class Description classGeneralAttachmentCopierThis AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are different storage implementations for data and/or meta-data.classGeneralAttachmentMigrator -
Uses of AbstractAttachmentCopier in com.atlassian.confluence.pages.persistence.dao.hibernate
Subclasses of AbstractAttachmentCopier in com.atlassian.confluence.pages.persistence.dao.hibernate Modifier and Type Class Description classAbstractHibernateAttachmentDao.IntraHibernateAttachmentCopierThis attachment copier will copy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.classAbstractHibernateAttachmentDao.IntraHibernateAttachmentMigratorThis attachment migrator will migrate attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
-