[ https://issues.apache.org/jira/browse/JDO-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534621 ] Ilan Kirsh commented on JDO-542: -------------------------------- The patch looks good as well as the proposal for the close issue. > Adjusting Extent to Java 5.0 > ---------------------------- > > Key: JDO-542 > URL: https://issues.apache.org/jira/browse/JDO-542 > Project: JDO > Issue Type: Improvement > Components: api2, api2-legacy > Reporter: Ilan Kirsh > Attachments: jdo-542.patch > > > It might make sense to update Extent: > public interface Extent extends Iterable { > : > : > } > and in PersistenceManager: > Extent getExtent (Class cls, boolean subclasses); > Extent getExtent (Class cls); > This way, iteration over all the instances of a class could be simplified: > for (Person person : pm.getExtent(Person.class)) > System.out.println(person.getName()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.