|
From: Juergen H. <ju...@in...> - 2005-01-10 19:18:22
|
Guys, Please check out the following issue that I've just addressed: http://opensource.atlassian.com/projects/spring/browse/SPR-572 As I said in my comment, I've been wondering about this for a while and finally took the occasion to implement a generic solution for it. A particularly nice side effect is that it allows for efficient transactional reads with HibernateTransactionManager, avoiding database communication overhead if everything can be resolved in the second-level cache! I'll commit this in a moment, so feel free to give it a try. Juergen |