Hi
I am trying to retrieve a collection by query over an extent with 3 concrete
classes in it.
In somes cases (where there are no instances of the 2nd concrete class in
the database) the query seems to stop
e.g. it does not return the instances of the 3rd concrete class. Perhaps an
example woudl be in order!
<class-descriptor class="ABC">
<extent-class class-ref="A"/>
<extent-class class-ref="B"/>
<extent-class class-ref="C"/>
</class-descriptor>
Each class/table in the extent has the column 'Currency'. If I select (e.g.
getCollectionByQuery) on
the extent ABC with a particular value for currency then, if the table B
does not have any matching rows
the query does not seem to bother to check the table for the class C...
I am using 0.9.6 -- is it fixed in 0.9.7?
Regards
Mark Rowell
----------------------------------------------------------------
Mark Rowell
CreditTrade
T: +44 (020) 7400 5078
M: mailto:mark.rowell@;credittrade.com
CreditTrade Limited is regulated by the FSA. (c) CreditTrade 2002. All rights
reserved. The information and data contained in this email is provided for the
information purposes of the addressee only and should not be reproduced and/or
distributed to any other person. It is provided without any warranty whatsoever and
unless stated otherwise consists purely of indicative market prices and other
information.
Any opinion or comments expressed or assumption made in association with the data or
information provided in this email is a reflection of CreditTrades judgement at the
time of compiling the data and is subject to change. CreditTrade hereby makes no
representation and accepts no responsibility or liability as to the completeness or
accuracy of this email.
The content of this email is not intended as an offer or solicitation for, or
recommendation of, the purchase or sale of any financial instrument, or as an official
confirmation of any transaction, and should not be construed as investment advice.
--
To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>