Interface LinkDaoInternal
-
- All Superinterfaces:
LinkDao
,ObjectDao
,ObjectDaoInternal<OutgoingLink>
- All Known Implementing Classes:
HibernateLinkDao
public interface LinkDaoInternal extends LinkDao, ObjectDaoInternal<OutgoingLink>
Dao for OutgoingLinks.- Since:
- 6.10.0
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.links.persistence.dao.LinkDao
countIncomingLinksForContents, countPagesWithIncomingLinks, getLinksTo, getReferringContent, getReferringContent, removeCorruptOutgoingLinks
-
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternal
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
-
-