Uses of Interface
com.atlassian.confluence.links.persistence.dao.LinkDao

Packages that use LinkDao
com.atlassian.confluence.links   
com.atlassian.confluence.links.persistence.dao.hibernate   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of LinkDao in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type LinkDao
 void DefaultLinkManager.setLinkDao(LinkDao linkDao)
           
 

Uses of LinkDao in com.atlassian.confluence.links.persistence.dao.hibernate
 

Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement LinkDao
 class HibernateLinkDao
           
 

Uses of LinkDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type LinkDao
 void HibernatePageDao.setLinkDao(LinkDao linkDao)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.