Hi all,

In SilverStream 3.x (another EJB server), the finder methods are described
as follows in a deployment descriptor:

<obj_finderMethod>
        <obj_method>
                <name>findByShopId</name>
                <methodParams type="String">
                        <el>java.lang.String</el>
                </methodParams>
        </obj_method>
        <finderMethodType>Expression</finderMethodType>
        <whereClause>item2.shopid like javaLangString0</whereClause>
</obj_finderMethod> 

Is there any way to do the same thing in Orion?

Sorry if this is a stupid question, but I've browsed the Orion docs and
examples for hours now and still haven't found the answer.

Thanks for any response,

--
tomK
 
Oh, I'm sorry. Did I break your concentration? --Samuel L. Jackson in  Pulp
Fiction 

Reply via email to