anonymous wrote : All jboss does if row-locking is true is just adds FOR UPDATE 
(or another sb-specific template) to SELECT. Everything else is db/driver's 
responsibility.

It doesn't add FOR UPDATE to findByPrimaryKey()... even though it doesn't use 
DISTINCT. It looks like findByPrimaryKey() doesn't use the row locking 
template, which ist bad IMO.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977184#3977184

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977184
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to