Class NonTransactionalHibernateAttachmentDao

All Implemented Interfaces:
AttachmentDaoInternal, AttachmentDao, FlushableCachingDao, org.springframework.beans.factory.InitializingBean

public class NonTransactionalHibernateAttachmentDao extends AbstractHibernateAttachmentDao
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.
See Also:
  • Constructor Details

    • NonTransactionalHibernateAttachmentDao

      public NonTransactionalHibernateAttachmentDao()
  • Method Details