Package | Description |
---|---|
com.atlassian.confluence.pages.persistence.dao.hibernate |
Modifier and Type | Class and Description |
---|---|
class |
NonTransactionalHibernateAttachmentDao
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data
from the data store after removing the attachments from the database.
|
class |
TransactionalHibernateAttachmentDao
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
|
Modifier and Type | Field and Description |
---|---|
protected AbstractHibernateAttachmentDao |
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier.destinationDao |
Constructor and Description |
---|
IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao destinationDao) |
IntraHibernateAttachmentMigrator(AbstractHibernateAttachmentDao destinationDao) |
Copyright © 2003–2021 Atlassian. All rights reserved.