Hi, i was just wondering if i was doing all right.. here why: Using Criteria.getNewCriterion, giving a column name, an Integer class and a Criteria.LESS_EQUAL comparison [getNewCriterion(Table.FIELD, new Integer(<int here>), Criteria.LESS_EQUAL)], how the comparison is treated? It understands that the column has to be less than the value or the value less than the column? - Raffaele Ragni
