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
          Created by IntelliJ IDEA.
 interface TransactionalAttachmentDataDao
          Created by IntelliJ IDEA.
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDataDao
 class FileSystemAttachmentDataDao
           
 class HierarchicalFileSystemAttachmentDataDao
           DAO that stores attachments on the file system in a hierarchical structure.
 

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

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-2013 Atlassian. All Rights Reserved.