Uses of Class
com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao

Packages that use AbstractHibernateAttachmentDao
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of AbstractHibernateAttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Subclasses of AbstractHibernateAttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 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
 

Fields in com.atlassian.confluence.pages.persistence.dao.hibernate declared as AbstractHibernateAttachmentDao
protected  AbstractHibernateAttachmentDao AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier.destinationDao
           
 

Constructors in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AbstractHibernateAttachmentDao
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao destinationDao)
           
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator(AbstractHibernateAttachmentDao destinationDao)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.