| Author |
Help Ejb 3 In Action page 304
|
Mamadou Touré
Ranch Hand
Joined: Dec 27, 2007
Posts: 189
|
|
Hi Folks,
I`m a little bit confused at page 304 of the EJB3 in action with the code below
The purpose of the code is to undo the changes made on the item, so why don't we just say entityManager.refresh(item), insted of passig again the entityManager.merge(item) as an argument to the refresh method ??
It's the same thing with the second method when it comes to deleting an item ( why domn't we just say entityManager.remove(item) instead of entityManager.remove(entityManager.merge(item)) ??
|
SCJP 5 (76%)
SCWCD 5 (86%)
SCBCD 5(70%)
--------------------
"The greatest glory in living lies not in never falling, but in raising every time we fall.".. Nelson Mandela
|
 |
Deepika Joshi
Ranch Hand
Joined: Feb 24, 2009
Posts: 268
|
|
|
try this thread
|
 |
 |
|
|
subject: Help Ejb 3 In Action page 304
|
|
|