Re: [JBoss-user] Declaring finders: problem and work-around

2002-04-18 Thread Shunsuke Masuda
Another workaound would be - Original Message - From: "Richard Kasperowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 10:35 AM Subject: [JBoss-user] Declaring finders: problem and work-around > This page tells us how

[JBoss-user] Declaring finders: problem and work-around

2002-04-16 Thread Richard Kasperowski
This page tells us how to declare custom finders: The examples use the > and < operators, e.g.: studentCount > {0} AND teacherName = {1} I tried something similar in my custom finder, using <= and >=, e.g.: rideDate <= {0} and rideD