| Hi Andy, You are right. Thanks for pointing out that section 10.1 was not updated for JDO 2. <spec> A10.1-1 [This method is called after the default fetch group values have been loaded from the StateManager into the instance.] Non-persistent fields whose value depends on values of default fetch group fields should be initialized in this method. A10.1-2 [This method is not modified by the enhancer.] Only fields that are in the default fetch group should be accessed by this method, as other fields are not guaranteed to be initialized. This method might register the instance with other objects in the runtime environment. </spec> <proposed> A10.1-1 [This method is called after values have been loaded from the StateManager into the instance, if an active fetch group has been defined with the post-load attribute set to true.] Non-persistent fields whose value depends on values of loaded fields should be initialized in this method. A10.1-2 [This method is not modified by the enhancer.] Only fields that are loaded by an active fetch group should be accessed by this method, as other fields are not guaranteed to be initialized. This method might register the instance with other objects in the runtime environment. </proposed> Craig On Dec 27, 2005, at 2:03 AM, Andy Jefferson (JIRA) wrote:
Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp! |
smime.p7s
Description: S/MIME cryptographic signature
