Hi!

As i didn't have an answer to my last mail 
im writing again.

Lets suppose I have a mapping like the following:


  B(c)     This means: A has a FK to B and C and A has properties a,b.
 /         B has property c.
A(a,b)     C has a FK to D and has property d.
 \         D has properties e and f.
  C(d)
   \
    D(e,f)

If I submit an OQL query like this:

"select x.C.D.e, x.B.c from A;"

Im not generating any already-defined objects so I was expecting to get
a DList of Object[] or something like that and I get a
org.apache.ojb.broker.util.collections.ManageableArrayList 
not a org.odmg.DList anymore, why is that?
what are this Manageable* containers for?
Are implemented any kind of queries which return DBags, DSets or DMaps?

-- 
Saludos,

Martin I. Levi

Centre Tecnol�gic de Transferenci�ncia de Calor
Universitat Polit�cnica de Catalunya
www.cttc.upc.edu


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

Reply via email to