Hi Ilan, Great idea. Would you mind updating the JIRA?
Craig On Oct 6, 2007, at 10:05 AM, Ilan Kirsh wrote:
Hi, It might make sense to update Extent: public interface Extent<E> extends Iterable<E> { : : } and in PersistenceManager: Extent<T> getExtent (Class<T> cls, boolean subclasses); Extent<T> getExtent (Class<T> 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()); Ilan Kirsh ObjectDB Software http://www.objectdb.com
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
