Interface DelegatingAttachmentDao
-
- All Known Implementing Classes:
AbstractDelegatingAttachmentDao,ReadThroughCachingAttachmentDao
public interface DelegatingAttachmentDaoImplemented byAttachmentDaos that delegate so that clients can get to the underlying implementation.- Since:
- 3.0
- See Also:
AttachmentDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDaogetDelegate()Returns the attachment DAO which this instance delegates to.
-
-
-
Method Detail
-
getDelegate
AttachmentDao getDelegate()
Returns the attachment DAO which this instance delegates to.
-
-