Interface AttachmentDaoFactory
-
- All Known Implementing Classes:
HibernateAttachmentDaoFactoryBean
public interface AttachmentDaoFactory
This interface defines a method by which an implementing class can return a wired AttachmentDao instance, given a particular data DAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDao
getInstance(AttachmentDataDao dao)
-
-
-
Method Detail
-
getInstance
AttachmentDao getInstance(AttachmentDataDao dao)
-
-