Uses of Class
com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao
-
Packages that use AbstractHibernateAttachmentDao Package Description com.atlassian.confluence.pages.persistence.dao.hibernate -
-
Uses of AbstractHibernateAttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Subclasses of AbstractHibernateAttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate Modifier and Type Class Description classNonTransactionalHibernateAttachmentDaoNon-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.classTransactionalHibernateAttachmentDaoTransactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transactionFields in com.atlassian.confluence.pages.persistence.dao.hibernate declared as AbstractHibernateAttachmentDao Modifier and Type Field Description protected AbstractHibernateAttachmentDaoAbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier. destinationDaoConstructors in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AbstractHibernateAttachmentDao Constructor Description IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao destinationDao)IntraHibernateAttachmentMigrator(AbstractHibernateAttachmentDao destinationDao)Deprecated, for removal: This API element is subject to removal in a future version.
-