About Question enthuware.oce-jpad.v6.2.484 :
Posted: Tue Sep 08, 2015 5:32 pm
I am confused with third option.
[Option] The customer with primary key matching custID has become detached.
[Explanation] In this case, the customer will become managed again.
That is wrong. If the entity is detached, only the calling persist() can make it managed again.
The calling find() will return null.
[Option] The customer with primary key matching custID has become detached.
[Explanation] In this case, the customer will become managed again.
That is wrong. If the entity is detached, only the calling persist() can make it managed again.
The calling find() will return null.