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

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -