Package com.atlassian.confluence.pages.persistence.dao.hibernate
package com.atlassian.confluence.pages.persistence.dao.hibernate
-
ClassDescriptionAbstract class that defines the basic methods necessary for saving Attachments to a database.This implementation retrieves the correct instance of AttachmentDao for the AttachmentDataDao that is given, and wires the instance with the necessary attributes.Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementHibernate implementation of the BlogPost DAODatabase storage for drafts.Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.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 transaction