Great! I'm glad you found it :) Thanks for letting me know.
[EMAIL PROTECTED] wrote:
Hi Chad,
I found my problem. :-))
How I assumed it, If I'm using a join query, the result will be an object array instead of
an entity. There is fortunately a transform method in the dao that accept Object[] as
Hi Chad,
I found my problem. :-))
How I assumed it, If I'm using a join query, the result will be an object array
instead of
an entity. There is fortunately a transform method in the dao that accept
Object[] as
parameter, which must be overridden in the DAOImpl, else it returns null. This
me
Am 23 Apr 2005 um 16:15 hat Chad Brandon geschrieben:
> [EMAIL PROTECTED] wrote:
>
> >Am 23 Apr 2005 um 9:24 hat Chad Brandon geschrieben:
> >
> >
> >
> >>[EMAIL PROTECTED] wrote:
> >>
> >>
> >>
> >>>Hi list,
> >>>
> >>>I'm trying to execute the following query
> >>>
> >>>
> >>>
> >>>
[EMAIL PROTECTED] wrote:
Am 23 Apr 2005 um 9:24 hat Chad Brandon geschrieben:
[EMAIL PROTECTED] wrote:
Hi list,
I'm trying to execute the following query
from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors where
standard.descriptors.title = :title order
Am 23 Apr 2005 um 9:24 hat Chad Brandon geschrieben:
> [EMAIL PROTECTED] wrote:
>
> >Hi list,
> >
> >I'm trying to execute the following query
> >
> >from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors
> >where
> >standard.descriptors.title = :title order by standard.ru
[EMAIL PROTECTED] wrote:
Hi list,
I'm trying to execute the following query
from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors where
standard.descriptors.title = :title order by standard.rule, standard.date
to get the standards with a certain descriptor.
And I set the tr
Hi list,
I'm trying to execute the following query
from org.bund.baua.gpsg.Standard as standard inner join standard.descriptors
where
standard.descriptors.title = :title order by standard.rule, standard.date
to get the standards with a certain descriptor.
And I set the transform flag to get a