Uses of Interface
com.atlassian.confluence.pages.persistence.dao.TransactionalAttachmentDataDao

Packages that use TransactionalAttachmentDataDao
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

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

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement TransactionalAttachmentDataDao
 class HibernateAttachmentDataDao
          This class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type TransactionalAttachmentDataDao
 void TransactionalHibernateAttachmentDao.setDataDao(TransactionalAttachmentDataDao dao)
          We override the parent setter here so we are certain we're getting a transactional AttachmentDataDao to work with
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.