Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] find always does db lookup?

Hi,

If I find an entity, eclipselink gets it from db. I do some changes on the entity.  Now what will happen if I again find the same entity (same PK)? Will it do another db lookup to get db copy or return the changed entity from em context.
 

Thanks



Back to the top