Hi there,
I have read through the tutorials and the mail-archive, but have not found a solution
to my problem:
1) I am using the PersistenceBroker API
2) I have a generalization hierarchy: class B and C both extend A (an abstract class)
3) I map this hierarchy to one table
4) I do a
QueryByCriteria q = QueryFactory.newQuery(A, crit);
And want to get all instances of B and C - but get nothing...
Is there anything I am doing wrong?
- Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]