posted 13 years ago
Hi everyone,
I'm trying to execute the following query:
I expect an id and a lastname to be returned from the query, However only an id is returned.
It seems that the fieldresult annotation does not work.
If I use a different query: select id, lastname from employee, I get the lastname returned.
Below is the complete entity.
Does anyone have an idea what could be wrong?
thanks.