public class

HibernateLinkDao

extends ConfluenceHibernateObjectDao
implements LinkDao
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ com.atlassian.hibernate.HibernateObjectDao
         ↳ com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
           ↳ com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao
             ↳ com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.dao.support.DaoSupport
Public Constructors
HibernateLinkDao()
Public Methods
List findByDestinationSpaceKey(String spaceKey)
List getLinksTo(ContentEntityObject theContent)
Class getPersistentClass()
List getReferringContent(ContentEntityObject theContent)
void removeCorruptOutgoingLinks()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface bucket.core.persistence.ObjectDao
From interface com.atlassian.confluence.core.persistence.VersionedObjectDao
From interface com.atlassian.confluence.links.persistence.dao.LinkDao
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public HibernateLinkDao ()

Public Methods

public List findByDestinationSpaceKey (String spaceKey)

public List getLinksTo (ContentEntityObject theContent)

public Class getPersistentClass ()

public List getReferringContent (ContentEntityObject theContent)

public void removeCorruptOutgoingLinks ()