| Author |
Fetching a reference in an entity which is no longer managed
|
Moses Marfo
Greenhorn
Joined: May 24, 2009
Posts: 26
|
|
Hi,
Condition
Entity A reference Entity B and the Fetch type for B is LAZY.
The question is will I be able to access entity B(A.getB()) on the client side where entity A is detached from the persistent context
or I have to set the fetch type to EAGER to do this?
|
 |
 |
|
|
subject: Fetching a reference in an entity which is no longer managed
|
|
|