Uses of Interface
bucket.core.persistence.ObjectDao

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

Uses of ObjectDao in bucket.core.persistence.hibernate
 

Classes in bucket.core.persistence.hibernate that implement ObjectDao
 class CachableHibernateObjectDao
          A version of the HibernateObjectDao with a CacheManager
 

Uses of ObjectDao in bucket.search.persistence.dao
 

Subinterfaces of ObjectDao in bucket.search.persistence.dao
 interface IndexQueueEntryDao
           
 

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

Classes in bucket.search.persistence.dao.hibernate that implement ObjectDao
 class HibernateIndexQueueEntryDao
          The hibernate dao instance used for working with the index queue entries.
 

Uses of ObjectDao in com.atlassian.confluence.content.persistence
 

Subinterfaces of ObjectDao in com.atlassian.confluence.content.persistence
 interface CustomContentDao
           
 

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

Classes in com.atlassian.confluence.content.persistence.hibernate that implement ObjectDao
 class PluginContentHibernateDao
          Hibernate Implementation of the CustomContentDao
 

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

Subinterfaces of ObjectDao in com.atlassian.confluence.content.render.xhtml.migration
 interface ContentDao
           DAO to allow us to load content objects by id for migration.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ObjectDao
 class DefaultContentDao
          
 class MigrationPageTemplateDao
          Overrides the default behaviour to prevent the last modified user being changed when migrating.
 

Uses of ObjectDao in com.atlassian.confluence.core.persistence
 

Subinterfaces of ObjectDao in com.atlassian.confluence.core.persistence
 interface ContentEntityObjectDao
           
 interface ContentPermissionDao
           
 interface VersionedObjectDao
           
 interface VersionHistoryDao
           
 

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

Classes in com.atlassian.confluence.core.persistence.hibernate that implement ObjectDao
 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 ObjectDao in com.atlassian.confluence.labels.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.labels.persistence.dao
 interface LabelDao
           
 

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

Classes in com.atlassian.confluence.labels.persistence.dao.hibernate that implement ObjectDao
 class HibernateLabelDao
           
 

Uses of ObjectDao in com.atlassian.confluence.links.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.links.persistence.dao
 interface LinkDao
           
 interface ReferralDao
           
 interface TrackbackDao
           
 

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

Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement ObjectDao
 class HibernateLinkDao
           
 class HibernateReferralDao
           
 class HibernateTrackbackDao
           
 

Uses of ObjectDao in com.atlassian.confluence.mail.notification.persistence
 

Subinterfaces of ObjectDao in com.atlassian.confluence.mail.notification.persistence
 interface NotificationDao
          Data Access Object interface for dealing with notifications.
 

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

Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement ObjectDao
 class HibernateNotificationDao
           
 

Uses of ObjectDao in com.atlassian.confluence.mail.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.mail.persistence.dao
 interface MailDao
           
 

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

Classes in com.atlassian.confluence.mail.persistence.dao.hibernate that implement ObjectDao
 class HibernateMailDao
           
 

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

Subinterfaces of ObjectDao in com.atlassian.confluence.pages.persistence.dao
 interface BlogPostDao
           
 interface CommentDao
           
 interface PageDao
           
 

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

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ObjectDao
 class AbstractHibernateAttachmentDao
          Abstract class that defines the basic methods necessary for saving Attachments to a database.
 class CachingPageDao
          This maintains a cache of (space key, page title) -> (page id) mappings.
 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 ObjectDao in com.atlassian.confluence.pages.templates.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.pages.templates.persistence.dao
 interface PageTemplateDao
           
 

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

Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement ObjectDao
 class HibernatePageTemplateDao
           
 

Uses of ObjectDao in com.atlassian.confluence.security.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.security.persistence.dao
 interface ContentPermissionSetDao
           
 interface SpacePermissionDao
           
 

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

Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement ObjectDao
 class HibernateContentPermissionSetDao
           
 class HibernateSpacePermissionDao
           
 

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

Subinterfaces of ObjectDao in com.atlassian.confluence.setup.settings
 interface GlobalDescriptionDao
           
 

Classes in com.atlassian.confluence.setup.settings that implement ObjectDao
 class DefaultGlobalDescriptionDao
           
 

Uses of ObjectDao in com.atlassian.confluence.spaces.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.spaces.persistence.dao
 interface SpaceDao
           
 interface SpaceGroupDao
           
 

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

Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement ObjectDao
 class HibernateSpaceDao
           
 class HibernateSpaceGroupDao
           
 

Uses of ObjectDao in com.atlassian.confluence.user.persistence.dao
 

Subinterfaces of ObjectDao in com.atlassian.confluence.user.persistence.dao
 interface PersonalInformationDao
          Manages the persistence of personal information objects, containing user properties like logos, preferences, etc.
 

Classes in com.atlassian.confluence.user.persistence.dao that implement ObjectDao
 class CachingPersonalInformationDao
          Caches personal information IDs by username to improve performance by using the Hibernate second-level cache more effectively.
 

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

Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement ObjectDao
 class HibernatePersonalInformationDao
           
 

Uses of ObjectDao in com.atlassian.confluence.userstatus
 

Subinterfaces of ObjectDao in com.atlassian.confluence.userstatus
 interface UserStatusDao
          Interface to the persisted user status objects
 

Classes in com.atlassian.confluence.userstatus that implement ObjectDao
 class HibernateUserStatusDao
           
 

Uses of ObjectDao in com.atlassian.hibernate
 

Classes in com.atlassian.hibernate that implement ObjectDao
 class HibernateObjectDao
          Generic DAO for hibernate objects.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.