Uses of Class
com.atlassian.hibernate.HibernateObjectDao

Packages that use HibernateObjectDao
bucket.core.persistence.hibernate   
bucket.search.persistence.dao.hibernate   
com.atlassian.confluence.content.persistence.hibernate   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.labels.persistence.dao.hibernate   
com.atlassian.confluence.links.persistence.dao.hibernate   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
com.atlassian.confluence.mail.persistence.dao.hibernate   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.pages.templates.persistence.dao.hibernate   
com.atlassian.confluence.security.persistence.dao.hibernate   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.spaces.persistence.dao.hibernate   
com.atlassian.confluence.user.persistence.dao.hibernate   
com.atlassian.confluence.userstatus   
 

Uses of HibernateObjectDao in bucket.core.persistence.hibernate
 

Subclasses of HibernateObjectDao in bucket.core.persistence.hibernate
 class CachableHibernateObjectDao
          A version of the HibernateObjectDao with a CacheManager
 

Uses of HibernateObjectDao in bucket.search.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in bucket.search.persistence.dao.hibernate
 class HibernateIndexQueueEntryDao
          The hibernate dao instance used for working with the index queue entries.
 

Uses of HibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate
 class PluginContentHibernateDao
          Hibernate Implementation of the CustomContentDao
 

Uses of HibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration
 class DefaultContentDao
          
 class MigrationPageTemplateDao
          Overrides the default behaviour to prevent the last modified user being changed when migrating.
 

Uses of HibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate
 class BodyContentHibernateDao
          This DAO is used to support the migration of wiki formatted content to XHTML formatted.
 class ConfluenceHibernateObjectDao
          Abstract superclass of all Confluence hibernate DAOs.
 class ContentEntityObjectHibernateDao
           
 class ContentPermissionHibernateDao
           
 class GenericHibernateVersionedObjectDao
           
 class HibernateVersionHistoryDao
           
 class VersionedHibernateObjectDao<T extends EntityObject>
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
 class HibernateLabelDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
 class HibernateLinkDao
           
 class HibernateReferralDao
           
 class HibernateTrackbackDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 class HibernateNotificationDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.mail.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.mail.persistence.dao.hibernate
 class HibernateMailDao
           
 

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

Subclasses of HibernateObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 class AbstractHibernateAttachmentDao
          Abstract class that defines the basic methods necessary for saving Attachments to a database.
 class HibernateAttachmentDataDao
          This class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.
 class HibernateBlogPostDao
          Hibernate implementation of the BlogPost DAO
 class HibernateCommentDao
           
 class HibernateDraftDao
          Database storage for drafts.
 class HibernatePageDao
           
 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
 

Uses of HibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
 class HibernatePageTemplateDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
 class HibernateContentPermissionSetDao
           
 class HibernateSpacePermissionDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.setup.settings
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.setup.settings
 class DefaultGlobalDescriptionDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
 class HibernateSpaceDao
           
 class HibernateSpaceGroupDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
 class HibernatePersonalInformationDao
           
 

Uses of HibernateObjectDao in com.atlassian.confluence.userstatus
 

Subclasses of HibernateObjectDao in com.atlassian.confluence.userstatus
 class HibernateUserStatusDao
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.