Re: JOIN and aliases...is this a bug?

2004-03-04 Thread Jakob Braeuchi
PROTECTED] Oggetto: Re: JOIN and aliases...is this a bug? hi alessandro, could you please post the class-descriptors ? jakob Alessandro Villamaina wrote: Hi all, I have the following class declaration (pseudo code): class DBObject private String name private Collection attributes class

Re: JOIN and aliases...is this a bug?

2004-02-20 Thread Jakob Braeuchi
hi alessandro, could you please post the class-descriptors ? jakob Alessandro Villamaina wrote: Hi all, I have the following class declaration (pseudo code): class DBObject private String name private Collection attributes class DBAttribute private String name private String value

JOIN and aliases...is this a bug?

2004-02-19 Thread Alessandro Villamaina
Hi all, I have the following class declaration (pseudo code): class DBObject private String name private Collection attributes class DBAttribute private String name private String value when I execute a query like the following (with PB API): Criteria c = new Criteria();