No, the way Hibernate works (if I remember correctly) is storing to second level cache on a per field based in a Node (that translates to a HashMap in JBossCache). So any field update from HB will only trigger a (key, value) pair update in JBossCache. Still very efficient.
-Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900616#3900616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900616 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
