I'am always on the way of integrating ojb in my project. It works very well but I am in front of a problem I can't solve.
I have for example this classes :
Class Email
{
private User sender;
private User receiver;
}
Class User
{
// No link to the * emails I sent or received
}
I am using the PB-API an I want to retrieve a liste of all users that were receivers of email I sents. How can I do that ?
As queries are based on path expressions and I don't have path from receiver I don't know how to do such a query
Thanks in advance for any help
Seb
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
