Hi all,
some questions about proxies:

- I want to query an Object
- the object (class A) is used by a dynamic proxy
- the Object is a superclass of two Objects (Classes A1,A2) both mapped to the same table
- the extended objects are dynamic proxies too
- the criteria is a field from the superclass (A)


how do the proxies know, which Interface (for class A1 OR A2) is the right one (because only ONE interface can be the right one)

The reason for asking is: In my code, allways the wrong interface is returned (see mails before)

thanks, joerg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to