posted 14 years ago
Okay, so I have the following classes.
Now I'm trying to write a query in order to select prop 3, prop 4, and whether or not there is a link between C and B(I don't need Class B, just whether it's null or not). I have the Name of Class C. I currently have a query like this.
But this returns the following error. Not sure why it changes the case, either.
I have it working with a Criteria, but I'd like to do it this way because I don't need the whole object.
Thanks.