Interface TransactionalAttachmentDataDao
-
- All Superinterfaces:
AttachmentDataDao
- All Known Implementing Classes:
HibernateAttachmentDataDao
@Deprecated(forRemoval=true, since="8.8") public interface TransactionalAttachmentDataDao extends AttachmentDataDao
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacement
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
afterMigrationFrom, getDataForAttachment, getDataForAttachment, getDataForAttachment, getStorageType, isAttachmentPresent, moveAttachment, moveDataForAttachmentVersion, prepareForMigrationTo, removeDataForAttachment, removeDataForAttachmentVersion, removeDataForAttachmentVersion, replaceDataForAttachment, replaceDataForAttachment, saveDataForAttachment, saveDataForAttachment, saveDataForAttachmentVersion, saveDataForAttachmentVersion
-
-