Class HibernateAttachmentDaoFactoryBean
java.lang.Object
com.atlassian.confluence.pages.persistence.dao.hibernate.HibernateAttachmentDaoFactoryBean
- All Implemented Interfaces:
AttachmentDaoFactory
This implementation retrieves the correct instance of AttachmentDao for the
AttachmentDataDao that is given, and wires the instance with the necessary
attributes.
-
Constructor Summary
ConstructorDescriptionHibernateAttachmentDaoFactoryBean
(org.hibernate.SessionFactory sessionFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheFactory cacheFactory) -
Method Summary
-
Constructor Details
-
HibernateAttachmentDaoFactoryBean
public HibernateAttachmentDaoFactoryBean(org.hibernate.SessionFactory sessionFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheFactory cacheFactory) - Since:
- 7.20
-
-
Method Details
-
getInstance
- Specified by:
getInstance
in interfaceAttachmentDaoFactory
-