| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CustomContentDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ContentDao
DAO to allow us to load content objects by id for migration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultContentDao
Generic DAO for hibernate objects. 
 | 
class  | 
MigrationPageTemplateDao
Overrides the default behaviour to prevent the last modified user being
 changed when migrating. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ContentEntityObjectDao<T extends ContentEntityObject>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
Abstract superclass of all Confluence hibernate DAOs. 
 | 
class  | 
ContentEntityObjectHibernateDao  | 
class  | 
ContentPermissionHibernateDao  | 
class  | 
GenericHibernateVersionedObjectDao
Deprecated. 
 
since 7.15 
 | 
class  | 
VersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReadThroughCachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SchedulerClusteredJobDao
 | 
class  | 
SchedulerRunDetailsDao  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ContentDaoInternal
DAO to allow us to load content objects by id for migration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateAlertEntityDao  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BlogPostDaoInternal
Dao for BlogPosts. 
 | 
interface  | 
PageDaoInternal
Dao for Pages. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ContentEntityObjectDaoInternal<T extends ContentEntityObject>
A Dao for ContentEntityObjects. 
 | 
interface  | 
VersionedObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>
A Dao for Versioned EntityObjects 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateInternalRunDetailsDao
The implementation of  
InternalRunDetailsDao interface | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateLinkDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateNotificationDao  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BlogPostDao  | 
interface  | 
PageDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DelegatingPageDao
A  
PageDaoInternal implementation that just delegates to another one. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractHibernateAttachmentDao
Abstract class that defines the basic methods necessary for saving Attachments
 to a database. 
 | 
class  | 
CachingPageDao
Deprecated. 
 
since 7.5 Replaced with  
ReadThroughCachingPageDao | 
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 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PageTemplateDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernatePageTemplateDao  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SpacePermissionDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateSpacePermissionDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernateSpaceDao  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HibernatePersonalInformationDao  | 
Copyright © 2003–2022 Atlassian. All rights reserved.