[
https://issues.apache.org/jira/browse/JDO-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Russell resolved JDO-489.
-------------------------------
Resolution: Fixed
The spec as of 2008-02-15 reflects this change in 12.7.5:
Fetch groups are activated using methods on the interface FetchPlan.
PersistenceManager, Extent, and Query have getFetchPlan() methods. When a
Query or Extent is created from a persistence manager, its fetch plan is
initialized to the same settings as that of the persistence manager. A12.7.5-1
[Subsequent modifications of the Query or Extent fetch plan are localized (not
reflected in the fetch plan of the persistence manager]). Similarly, subsequent
modifications of the fetch plan of the persistence manager are not reflected in
any existing Query or Extent.
> Spec section 12.7.5: mention getFetchPlan() method of Extent interface
> ----------------------------------------------------------------------
>
> Key: JDO-489
> URL: https://issues.apache.org/jira/browse/JDO-489
> Project: JDO
> Issue Type: Bug
> Components: specification
> Reporter: Michelle Caisse
> Assignee: Craig Russell
> Fix For: JDO 2 maintenance release 1
>
>
> Section 12.7.5 of the spec should mention Extent in the list of interfaces
> that have a getFetchPlan() method. Also should mention effect on Extent
> FetchPlan of modifying pm FetchPlan and Query FetchPlan (and vice versa).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.