Interface DelegatingAttachmentDao
- All Known Implementing Classes:
 AbstractDelegatingAttachmentDao,ReadThroughCachingAttachmentDao
public interface DelegatingAttachmentDao
Implemented by 
AttachmentDaos that delegate so that clients
 can get to the underlying implementation.- Since:
 - 3.0
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the attachment DAO which this instance delegates to. 
- 
Method Details
- 
getDelegate
AttachmentDao getDelegate()Returns the attachment DAO which this instance delegates to. 
 -