Modifier and Type | Interface and Description |
---|---|
interface |
IndexQueueEntryDao |
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 | Method and Description |
---|---|
void |
AbstractVersionedEntityObject.applyChildVersioningPolicy(Versioned versionToPromote,
ObjectDao dao) |
void |
Versioned.applyChildVersioningPolicy(Versioned versionToPromote,
ObjectDao dao)
If
Versioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType) specifies so, moves content from versionToPromote to this Versioned instance or
makes no change. |
void |
ContentEntityObject.applyChildVersioningPolicy(Versioned versionToPromote,
ObjectDao dao) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentEntityObjectDao |
interface |
ContentPermissionDao |
interface |
VersionedObjectDao |
interface |
VersionHistoryDao |
Modifier and Type | Class and Description |
---|---|
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 |
HibernateIndexQueueEntryDao
The hibernate dao instance used for working with the index queue entries.
|
class |
HibernateObjectDao
Generic DAO for hibernate objects.
|
class |
HibernateVersionHistoryDao |
class |
VersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> |
Modifier and Type | Class and Description |
---|---|
class |
CachingNotificationDao
Caching for NotificationDao.
|
class |
DelegatingNotificationDao |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerClusteredJobDao
|
class |
SchedulerRunDetailsDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateAuditRecordDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateInternalRunDetailsDao
The implementation of
InternalRunDetailsDao interface |
Modifier and Type | Interface and Description |
---|---|
interface |
LabelDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateLabelDao |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkDao |
interface |
ReferralDao |
interface |
TrackbackDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateLinkDao |
class |
HibernateReferralDao |
class |
HibernateTrackbackDao |
Modifier and Type | Interface and Description |
---|---|
interface |
NotificationDao
Data Access Object interface for dealing with notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateNotificationDao |
Modifier and Type | Interface and Description |
---|---|
interface |
MailDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateMailDao |
Modifier and Type | Interface and Description |
---|---|
interface |
BlogPostDao |
interface |
CommentDao |
interface |
PageDao |
Modifier and Type | Class and Description |
---|---|
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 |
HibernateAbstractPageDao |
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
PageTemplateDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernatePageTemplateDao |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentPermissionSetDao |
interface |
SpacePermissionDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateContentPermissionSetDao |
class |
HibernateSpacePermissionDao |
Modifier and Type | Interface and Description |
---|---|
interface |
GlobalDescriptionDao |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGlobalDescriptionDao |
Modifier and Type | Interface and Description |
---|---|
interface |
SpaceDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateSpaceDao |
Modifier and Type | Interface and Description |
---|---|
interface |
PersonalInformationDao
Manages the persistence of personal information objects, containing user properties like
logos, preferences, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingPersonalInformationDao
Caches personal information IDs by username to improve performance by using the
Hibernate second-level cache more effectively.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernatePersonalInformationDao |
Modifier and Type | Interface and Description |
---|---|
interface |
UserStatusDao
Deprecated.
Since 5.9.1
Interface to the persisted user status objects
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateUserStatusDao
Deprecated.
Since 5.9.1
|
Copyright © 2003–2017 Atlassian. All rights reserved.