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


Reply via email to