> Will the method throw a javax.jdo.JDODetachedFieldAccessException
> or silently ignore non-loaded fields in detached objects?

I'd just expect a silent ignore. 
The only place a JDODetachedFieldAccessException should be thrown is in any 
actual access of the field (jdoGetXXX with persistent fields, or getXXX with 
persistent properties)


-- 
Andy  (Java Persistent Objects - http://www.jpox.org)

Reply via email to