shikaixuan1987 / swagswap

Automatically exported from code.google.com/p/swagswap
0 stars 0 forks source link

make imageCacheManager extend image dao #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
so you don't have to delegate to half the methods

Original issue reported on code.google.com by SamBrod...@gmail.com on 7 Nov 2009 at 10:59

GoogleCodeExporter commented 9 years ago

Original comment by SamBrod...@gmail.com on 9 Nov 2009 at 6:31

GoogleCodeExporter commented 9 years ago
Can't easily do this as class implements InitializingBean to load the cache.  
If we
extend the DAO the afterPropertiesSet() method can't be overridden as it's 
final in
the Spring DaoSupport class.  

Original comment by stevenso...@gmail.com on 11 Nov 2009 at 10:07