hi. i have a base class and a subclass with corresponding fields mapped to separate tables (with the "super" reference-descriptor).
everything seems happy when i query against the super class or when i query against the subclass by the shared 'id' column. but when i attempt to query against the subclass using an attribute living in the superclass table things fail, and i can see that the generated sql is attempting to select only from the subclass table. out of curiosity i attempted a QueryByExample, but this resulted in no 'where' clause at all and my entire table being returned instead of the single row i wanted. is there something i'm missing, or recommended different approach? thanks much, - joe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
