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
Post a Comment