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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -