Uses of Package
com.atlassian.confluence.pages.persistence.dao

Packages that use com.atlassian.confluence.pages.persistence.dao
com.atlassian.confluence.core   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util.longrunning   
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.core
PageDao
           
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.pages
AbstractPageDao
           
AttachmentDao
          This interface defines the methods for classes acting as a DAO at the level of meta-data storage for Attachments.
AttachmentDao.AttachmentCopier
           
AttachmentDao.AttachmentMigrator
           
BlogPostDao
           
CommentDao
           
DraftDao
          Stores Confluence drafts in a data store.
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.pages.attachments
AttachmentDao
          This interface defines the methods for classes acting as a DAO at the level of meta-data storage for Attachments.
AttachmentDao.AttachmentCopier
           
AttachmentDao.AttachmentMigrator
           
FlushableCachingDao
          This interface defines the behaviour for DAO instances that provide some sort of caching of objects, which need to be flushed at times.
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.pages.persistence.dao
AbstractAttachmentCopier
          This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.
AttachmentDao
          This interface defines the methods for classes acting as a DAO at the level of meta-data storage for Attachments.
AttachmentDao.AttachmentCopier
           
AttachmentDao.AttachmentMigrator
           
AttachmentDataDao
          This interface defines the methods for classes acting as a DAO at the level of data storage for Attachments.
AttachmentManagerConfiguration
           
DraftDao
          Stores Confluence drafts in a data store.
FileLocationResolver
          Classes that implement this interface return the location of a particular file or folder.
FileSystemAttachmentDataDao
           
FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy
           
GeneralAttachmentCopier
          This AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are different storage implementations for data and/or meta-data.
IdMultiPartHashGenerator
           A class that will take a long Confluence Id and converted it to a multi-part hash with a particular number of parts.
NonTransactionalAttachmentDataDao
          Created by IntelliJ IDEA.
WebDavConfiguration
           
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.pages.persistence.dao.hibernate
AbstractAttachmentCopier
          This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.
AbstractPageDao
           
AttachmentDao
          This interface defines the methods for classes acting as a DAO at the level of meta-data storage for Attachments.
AttachmentDao.AttachmentCopier
           
AttachmentDao.AttachmentMigrator
           
AttachmentDaoFactory
          This interface defines a method by which an implementing class can return a wired AttachmentDao instance, given a particular data DAO.
AttachmentDataDao
          This interface defines the methods for classes acting as a DAO at the level of data storage for Attachments.
BlogPostDao
           
CommentDao
           
DraftDao
          Stores Confluence drafts in a data store.
FlushableCachingDao
          This interface defines the behaviour for DAO instances that provide some sort of caching of objects, which need to be flushed at times.
NonTransactionalAttachmentDataDao
          Created by IntelliJ IDEA.
PageDao
           
TransactionalAttachmentDataDao
          Created by IntelliJ IDEA.
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.upgrade.upgradetask
FileLocationResolver
          Classes that implement this interface return the location of a particular file or folder.
HierarchicalFileSystemAttachmentDataDao
           DAO that stores attachments on the file system in a hierarchical structure.
IdMultiPartHashGenerator
           A class that will take a long Confluence Id and converted it to a multi-part hash with a particular number of parts.
 

Classes in com.atlassian.confluence.pages.persistence.dao used by com.atlassian.confluence.util.longrunning
AttachmentDao.AttachmentMigrator
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.