Re: customize finder method

2000-10-19 Thread Joe Walnes
>I agree Joe, but can you tell me how did you find out about this? I had the >same problem long time ago and I end up with Giustino's solution! Just want >to learn how to find the best answer to my questions. Figured it out :-) If $1 is a String, it is escaped and quoted before putting it in the

RE: customize finder method

2000-10-19 Thread Amir Peivandi
Sent: Thursday, October 19, 2000 7:17 AM To: Orion-Interest Subject: Re: customize finder method Actually it makes more sense to place the % in the finder method as it abstracts the SQL from the underlying code. A developer working with entity beans should never need to use any SQL (even if it only i

Re: customize finder method

2000-10-19 Thread Joe Walnes
Actually it makes more sense to place the % in the finder method as it abstracts the SQL from the underlying code. A developer working with entity beans should never need to use any SQL (even if it only is one character). The reason the attempted finder method isn't working is to do with how JDBC