avatar Gnat Jun 16. 2009. 5:12 pm
Hello, I have a model which extends ProjectObject, and another object with its own table. I'd like to retrieve the object extendign ProjectObject joined with my objects... does your ORM support this?
avatar Ilija Studen Staff Jun 17. 2009. 3:25 am
No, system does not support such loading procedure. It can load only fields of one object type and it completely ignores all the other fields.