|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VersionedObjectDao in com.atlassian.confluence.content.persistence |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.content.persistence | |
---|---|
interface |
CustomContentDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.content.persistence.hibernate |
---|
Classes in com.atlassian.confluence.content.persistence.hibernate that implement VersionedObjectDao | |
---|---|
class |
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao |
Uses of VersionedObjectDao in com.atlassian.confluence.content.render.xhtml.migration |
---|
Subinterfaces of VersionedObjectDao 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 VersionedObjectDao | |
---|---|
class |
DefaultContentDao
|
class |
MigrationPageTemplateDao
Overrides the default behaviour to prevent the last modified user being changed when migrating. |
Uses of VersionedObjectDao in com.atlassian.confluence.core.persistence |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.core.persistence | |
---|---|
interface |
ContentEntityObjectDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.core.persistence.hibernate |
---|
Classes in com.atlassian.confluence.core.persistence.hibernate that implement VersionedObjectDao | |
---|---|
class |
ConfluenceHibernateObjectDao
Abstract superclass of all Confluence hibernate DAOs. |
class |
ContentEntityObjectHibernateDao
|
class |
ContentPermissionHibernateDao
|
class |
GenericHibernateVersionedObjectDao
|
class |
VersionedHibernateObjectDao<T extends EntityObject>
|
Uses of VersionedObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernateLinkDao
|
class |
HibernateReferralDao
|
class |
HibernateTrackbackDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernateNotificationDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.mail.persistence.dao |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.mail.persistence.dao | |
---|---|
interface |
MailDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.mail.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.mail.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernateMailDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao | |
---|---|
interface |
BlogPostDao
|
interface |
PageDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
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 |
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 VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao | |
---|---|
interface |
PageTemplateDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernatePageTemplateDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao | |
---|---|
interface |
SpacePermissionDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernateSpacePermissionDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernateSpaceDao
|
class |
HibernateSpaceGroupDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate |
---|
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement VersionedObjectDao | |
---|---|
class |
HibernatePersonalInformationDao
|
Uses of VersionedObjectDao in com.atlassian.confluence.userstatus |
---|
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.userstatus | |
---|---|
interface |
UserStatusDao
Interface to the persisted user status objects |
Classes in com.atlassian.confluence.userstatus that implement VersionedObjectDao | |
---|---|
class |
HibernateUserStatusDao
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |