Uses of Interface
com.atlassian.confluence.core.persistence.ContentEntityObjectDao

Packages that use ContentEntityObjectDao
com.atlassian.confluence.core   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.mail.persistence.dao   
com.atlassian.confluence.mail.persistence.dao.hibernate   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.renderer.radeox.macros   
com.atlassian.confluence.servlet.download   
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.core
 

Fields in com.atlassian.confluence.core declared as ContentEntityObjectDao
protected  ContentEntityObjectDao DefaultContentEntityManager.contentEntityObjectDao
           
 

Methods in com.atlassian.confluence.core with parameters of type ContentEntityObjectDao
 void DefaultContentEntityManager.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.core.persistence.hibernate
 

Classes in com.atlassian.confluence.core.persistence.hibernate that implement ContentEntityObjectDao
 class ContentEntityObjectHibernateDao
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.mail.persistence.dao
 

Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.mail.persistence.dao
 interface MailDao
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.mail.persistence.dao.hibernate
 

Classes in com.atlassian.confluence.mail.persistence.dao.hibernate that implement ContentEntityObjectDao
 class HibernateMailDao
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type ContentEntityObjectDao
 void DefaultTrashManager.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao
 

Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao
 interface PageDao
           
 

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

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ContentEntityObjectDao
 class HibernatePageDao
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.renderer.radeox.macros
 

Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type ContentEntityObjectDao
 void ContentByUserMacro.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
           
 

Uses of ContentEntityObjectDao in com.atlassian.confluence.servlet.download
 

Methods in com.atlassian.confluence.servlet.download with parameters of type ContentEntityObjectDao
 void AttachmentUrlParser.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.