Hibernate Second Level Caching inverse collection
Is it possible to second level cache an inverse collectio开发者_如何转开发n? Whenever I add objects to the other end (and also to the inverse end, although not really sure what the point is as its not persisted), the version doesnt change on the inverse end and hibernate rereads the old collection from the cache the next time I ask for it. Is there a way to do this?
Thanks, Dwayne
精彩评论