Uses of Interface
com.atlassian.confluence.pages.persistence.dao.FlushableCachingDao
Packages that use FlushableCachingDao
Package
Description
-
Uses of FlushableCachingDao in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement FlushableCachingDaoModifier and TypeClassDescriptionclassCaches the IDs of attachments retrieved withReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)in a cache. -
Uses of FlushableCachingDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement FlushableCachingDaoModifier and TypeClassDescriptionclassAbstract class that defines the basic methods necessary for saving Attachments to a database.classNon-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.classTransactional 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