----- Original Message ----- From: "Edson Carlos Ericksson Richter" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 10:15 PM Subject: Typo in PersistenceBroker?
> I'm mostly using getCollectionByQuery( Query ) that returns a collection. > Now, I'm trying to use getCollectionByQuery( Class collectionClass, Query > query ), but this one returns a ManageableCollection. Should not this > returns a Collection? I don't think so. This method explicitly returns ManageableCollections instances and the first parameter is the class name of the ManageableCollection implementation. regards, Armin > > Thanks, > > Edson Richter > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.497 / Virus Database: 296 - Release Date: 4/7/2003 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
