Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao

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

Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
 

Subinterfaces of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
 interface NonTransactionalAttachmentDataDao
           
 interface TransactionalAttachmentDataDao
           
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataDao
 class FileSystemAttachmentDataDao
          Deprecated. Since 5.5 Use FileSystemAttachmentDataDao
 class HierarchicalFileSystemAttachmentDataDao
          Deprecated. Since 5.5 Use FileSystemAttachmentDataDao
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao
 AttachmentDao AttachmentDaoFactory.getInstance(AttachmentDataDao dao)
           
 

Constructors in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDataDao
LegacyAttachmentDataDaoSupport(AttachmentDataDao delegateDao)
           
 

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

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDataDao
 class HibernateAttachmentDataDao
          This class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.
 

Fields in com.atlassian.confluence.pages.persistence.dao.hibernate declared as AttachmentDataDao
protected  AttachmentDataDao AbstractHibernateAttachmentDao.dataDao
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDataDao
 AttachmentDataDao AbstractHibernateAttachmentDao.getDataDao()
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDataDao
 AttachmentDao HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao)
           
static AttachmentDao AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
          Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
 



Copyright © 2003–2015 Atlassian. All rights reserved.