| 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.
|
| 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–2023 Atlassian. All rights reserved.