Re: [Andromda-user] finder mothod

2005-04-30 Thread Chad Brandon
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

Re: [Andromda-user] finder mothod

2005-04-30 Thread oemer
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

Re: [Andromda-user] finder mothod

2005-04-24 Thread oemer
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 > >>> > >>> > >>> > >>>

Re: [Andromda-user] finder mothod

2005-04-23 Thread Chad Brandon
[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

Re: [Andromda-user] finder mothod

2005-04-23 Thread oemer
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

Re: [Andromda-user] finder mothod

2005-04-23 Thread Chad Brandon
[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

[Andromda-user] finder mothod

2005-04-23 Thread oemer
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