Uses of Class
com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
-
Uses of AbstractHibernateAttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Modifier and TypeClassDescriptionclass
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.class
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 transactionModifier and TypeFieldDescriptionprotected AbstractHibernateAttachmentDao
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier.destinationDao
ModifierConstructorDescriptionprotected
IntraHibernateAttachmentCopier
(AbstractHibernateAttachmentDao destinationDao) protected
IntraHibernateAttachmentMigrator
(AbstractHibernateAttachmentDao destinationDao) Deprecated, for removal: This API element is subject to removal in a future version.