jpa - When I call EclipseLink merge why does it do a select query first when I've already requested the object via it? -


when call eclipselink merge why select query first?

using sql statement logging see select before update.

i have through due l2 cache wouldn't need thye select first.

thanks

if object in cache not issue select. either object not in shared cache, or invalid.

if still having problems include code , config.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -