Do you mean this kinda clause in home interface?
public static final String findByParentId_query = "$1 = $parentId";
stas@
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent Serpico
> Sent: Friday, September 01, 2000 2:03 AM
> To: Orion-Interest
> Subject: Re: CMP finder method - findBySomeProperty
>
>
> Stanislav Maximov wrote:
>
> > Hello,
> >
> > maybe I've missed something, but I thought if I'll implement
> > findBy<PropertyName> method, Orion will create proper finder
> method which
> > will query the table for this <PropertyName> value. But when I opened my
> > orion-ejb-jar.xml I saw that my findBy<ProperyName> query is equal to
> > findAll method query. Why? What have I missed?
> >
> > Please help. Thanks!
> >
> > stas@
>
> Did you implement the WHERE clause. Orion will create the proper find
> methods, but it's up to tou to specify the WHERE.
>
>
> -Vince
>
>