开发者

Hibernate Second Level Caching inverse collection

开发者 https://www.devze.com 2023-01-02 12:47 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消