| Package | Description |
|---|---|
| com.atlassian.confluence.pages.attachments | |
| com.atlassian.confluence.pages.persistence.dao | |
| com.atlassian.confluence.pages.persistence.dao.hibernate |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataDao |
AbstractDelegatingAttachmentDao.getDataDao() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NonTransactionalAttachmentDataDao |
interface |
TransactionalAttachmentDataDao |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemAttachmentDataDao
Deprecated.
Since 5.5 Use
FileSystemAttachmentDataDao |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataDao |
AttachmentDao.getDataDao() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDao |
AttachmentDaoFactory.getInstance(AttachmentDataDao dao) |
| Constructor and Description |
|---|
LegacyAttachmentDataDaoSupport(AttachmentDataDao delegateDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateAttachmentDataDao
This class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentDataDao |
AbstractHibernateAttachmentDao.dataDao |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataDao |
AbstractHibernateAttachmentDao.getDataDao() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDao |
HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao) |
static AttachmentDao |
AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
|
Copyright © 2003–2022 Atlassian. All rights reserved.