jpa - advantage of select-before-update in hibernate -


to avoid update statement while reattaching object through setting select-before-update= “true”. if set, hibernates tries determine whether update needed, executing select statement. advantage of such feature, cause after hitting db either through select or through update.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -