Interface DelegatingAttachmentDao
-
- All Known Implementing Classes:
AbstractDelegatingAttachmentDao
,ReadThroughCachingAttachmentDao
public interface DelegatingAttachmentDao
Implemented byAttachmentDao
s 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 AttachmentDao
getDelegate()
Returns the attachment DAO which this instance delegates to.
-
-
-
Method Detail
-
getDelegate
AttachmentDao getDelegate()
Returns the attachment DAO which this instance delegates to.
-
-