|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlushableCachingDao | |
|---|---|
| com.atlassian.confluence.pages.attachments | |
| com.atlassian.confluence.pages.persistence.dao.hibernate | |
| Uses of FlushableCachingDao in com.atlassian.confluence.pages.attachments |
|---|
| Classes in com.atlassian.confluence.pages.attachments that implement FlushableCachingDao | |
|---|---|
class |
CachingAttachmentDao
Caches the IDs of attachments retrieved with CachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in an AttachmentCache. |
| Uses of FlushableCachingDao in com.atlassian.confluence.pages.persistence.dao.hibernate |
|---|
| Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement FlushableCachingDao | |
|---|---|
class |
AbstractHibernateAttachmentDao
Abstract class that defines the basic methods necessary for saving Attachments to a database. |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||