Uses of Class
com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao

Packages that use VersionedHibernateObjectDao
com.atlassian.confluence.core.persistence.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.spaces.persistence.dao.hibernate   
com.atlassian.confluence.user.persistence.dao.hibernate   
 

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

Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate
 class ConfluenceHibernateObjectDao
           
 class ContentEntityObjectHibernateDao
           
 class ContentPermissionHibernateDao
           
 class GenericHibernateVersionedObjectDao
           
 

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

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

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

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

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

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

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

Subclasses of VersionedHibernateObjectDao 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 HibernateBlogPostDao
          Hibernate implementation of the BlogPost DAO
 class HibernateCommentDao
           
 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 VersionedHibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
 

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

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

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

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

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

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

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



Confluence is developed by Atlassian.