Index: trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java
===================================================================
--- trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java	(revision 36)
+++ trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java	(revision 37)
@@ -168,5 +168,6 @@
                 .like("SomeDomainObject.anotherDomainObjects.name", "a%") //attribute like value
                 .eq("SomeDomainObject.name", "sdo1") //attribute equals value
-                .and(); //connects previous criteria with and
+                .and() //connects previous criteria with and
+                .orderDesc("SomeDomainObject.anotherDomainObjects.name"); //order by some attribute
 
         //list with includes and criteria
