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 com.atlassian.filestore.client.api.FileStoreClient API
via the AttachmentDataFileSystem interface. |
Modifier and Type | Method and Description |
---|---|
AttachmentDataDao |
AbstractDelegatingAttachmentDao.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 |
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.
|
Modifier and Type | Field and Description |
---|---|
protected AttachmentDataDao |
AbstractInjectableHibernateAttachmentDaoIntegrationTestBase.mockAttachmentDataDao |
Modifier and Type | Method and Description |
---|---|
protected AttachmentDataDao |
IntegrationTestTransactionalHibernateAttachmentDao.getMockAttachmentDataDao() |
protected AttachmentDataDao |
IntegrationTestNonTransactionalHibernateAttachmentDao.getMockAttachmentDataDao() |
protected abstract AttachmentDataDao |
AbstractInjectableHibernateAttachmentDaoIntegrationTestBase.getMockAttachmentDataDao() |
Copyright © 2003–2022 Atlassian. All rights reserved.