Class HibernateAttachmentDaoFactoryBean

  • All Implemented Interfaces:
    AttachmentDaoFactory

    public class HibernateAttachmentDaoFactoryBean
    extends Object
    implements AttachmentDaoFactory
    This implementation retrieves the correct instance of AttachmentDao for the AttachmentDataDao that is given, and wires the instance with the necessary attributes.
    • Constructor Detail

      • HibernateAttachmentDaoFactoryBean

        public HibernateAttachmentDaoFactoryBean​(org.hibernate.SessionFactory sessionFactory,
                                                 com.atlassian.event.api.EventPublisher eventPublisher,
                                                 com.atlassian.cache.CacheFactory cacheFactory)
        Since:
        7.20