2 Notes on putForExternalRead() functionality, in addition to the solution presented on the wiki:
- PFER only goes through if node does not exist; no-op otherwise
(which is done to avoid the situation of hibernate putting a just read object into cache and another thread/node have updated in the meanwhile. If we putted on an existing node we would overwrite the just updated data.)




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss a division of Red Hat
[EMAIL PROTECTED]
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to