If an entity was removed,it is detached.So, can we say:A detached entiy instance id is an instance with a persistence identity that is NOT associated with a persistence context?
who dare win!<br />SCJP5(94%)|SCWCD5(86%)|SCBCD(100%)|SCEA in progress
As given in MZ notes page 115,remove entity instance has a persistent identity ,is associated with a persistence context and is marked for removal from the database.
while a detached entity has persistence id that no longer associated with persistence context Try go through that page