I have a Gallery object that contains a collection of dependent Image objects. Is there a way to order those Image objects automatically when I do a db.load such as:
g = (Gallery) db.load(Gallery.class, new Integer(id));
Or do I have to use some OQL? Thanks!
Ron
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
