| Modifier and Type | Method and Description |
|---|---|
AttachmentDataDao |
CachingAttachmentDao.getDataDao() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NonTransactionalAttachmentDataDao |
interface |
TransactionalAttachmentDataDao |
| 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 |
FileSystemAttachmentDataDao
An implementation of
AttachmentDataDao which stores the
attachment data as files on local filesystem, using the standard File API
or as blob on remote filesystem, using FileStoreClient API
via the AttachmentDataFileSystem interface. |
| 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 |
|---|---|
static AttachmentDao |
AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
|
AttachmentDao |
HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao) |
Copyright © 2003–2020 Atlassian. All rights reserved.