Hi all
I want to make a case insensitive search on my table. I am using container
managed bean and writing xml for deployment descriptor.
Here is the finder block from my xml file :
<finder>
<method-name>findUserID</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
<finder-query><![CDATA[(=hUserId $0)]]></finder-query>
</finder>
Here I want "hUserId" and "$0" should be compared with cases ignored.
Please suggest me how to achieve this.
Arvind
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".