Thanks.
Can I make a feature request that enables Example Classes to construct
queries in a more dynamic way. It would be nice to be able to combine
clauses as either 'OR' or 'AND' like
criteria1 = example.createCriteria().andField1EqualTo(testValue);
criteria2 = example.createCriteria().andF
I have question relating to using the Abator Example Class with Java 5.
How would create the following query using a java5 example class:
if (bool1 not true && date1 is null &
((date2 between testdate1 and testdate2 and string1 is null)or (date3
between testdate1 and testdate2 and string2 i