Uses of Interface
com.atlassian.confluence.pages.persistence.dao.TransactionalAttachmentDataDao
-
Packages that use TransactionalAttachmentDataDao Package Description 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 Modifier and Type Class Description classHibernateAttachmentDataDaoThis 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 Modifier and Type Method Description voidTransactionalHibernateAttachmentDao. setDataDao(TransactionalAttachmentDataDao dao)We override the parent setter here so we are certain we're getting a transactional AttachmentDataDao to work with
-