Re: Query on composite pattern

2003-03-19 Thread Dariusz Kies
(TestCase.class); ??? regards, Dariusz Kies --- Jakob Braeuchi [EMAIL PROTECTED] wrote: hi dariusz, i'm thinking of the following solution to this problem: a.) pass the hints to getAttributeDescriptorsForPath b.) in getAttributeDescriptorsForPath i'd like to scan the extents if a descriptor can't

Query on composite pattern

2003-03-16 Thread Dariusz Kies
, test 3); Query query = QueryFactory.newQuery(Foo.class, crit); query.addPathClass(aTest, TestSuite.class); query.addPathClass(test, TestCase.class); Collection results = broker.getCollectionByQuery(query); Can I query on composite pattern in OJB? Thanks for help Dariusz Kies