|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 com.atlassian.confluence.core.persistence.hibernate.ConfluenceHibernateObjectDao com.atlassian.confluence.links.persistence.dao.hibernate.HibernateLinkDao
public class HibernateLinkDao
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao |
---|
cacheFactory, confluenceUserDao |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
HibernateLinkDao()
|
Method Summary | |
---|---|
java.util.List |
findByDestinationSpaceKey(java.lang.String spaceKey)
|
java.util.List |
getLinksTo(ContentEntityObject theContent)
|
java.lang.Class |
getPersistentClass()
|
java.util.List |
getReferringContent(ContentEntityObject theContent)
|
void |
removeCorruptOutgoingLinks()
|
Methods inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao |
---|
findAllSorted, findLatestVersionsCount, findLatestVersionsIterator, save, setCacheFactory, setConfluenceUserDao, updateModificationData |
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bucket.core.persistence.ObjectDao |
---|
findAll, findAllSorted, findAllSorted, refresh, remove, replicate, save, saveRaw |
Constructor Detail |
---|
public HibernateLinkDao()
Method Detail |
---|
public java.lang.Class getPersistentClass()
getPersistentClass
in interface ObjectDao
public java.util.List getLinksTo(ContentEntityObject theContent)
getLinksTo
in interface LinkDao
public java.util.List getReferringContent(ContentEntityObject theContent)
getReferringContent
in interface LinkDao
public java.util.List findByDestinationSpaceKey(java.lang.String spaceKey)
findByDestinationSpaceKey
in interface LinkDao
public void removeCorruptOutgoingLinks()
removeCorruptOutgoingLinks
in interface LinkDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |