On Tue, Oct 15, 2002 at 10:04:53AM +0200, [EMAIL PROTECTED] wrote: > hi! > using ojb 0.9.6 > i just tried around with queries and took a look at class Criteria. in > some methods (e.g. public void addGreaterOrEqualThan(String attribute, > Object value) creates a > LessThanCriteria inside. can this be correct?
didn't look at the code but I suppose a 'negative' LessThanCriteria is created, and imho 'not less than' is equal to 'greater or equal'. There is an isNegative Method inherited from SelectionCriteria wich leads me to this assumption. hth, Jens -- Jens Kr�mer [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
