Changeset 37 for trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java
- Timestamp:
- Mar 20, 2012, 2:40:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fmgVen/test/com/fmguler/ven/sample/Sample.java
r30 r37 168 168 .like("SomeDomainObject.anotherDomainObjects.name", "a%") //attribute like value 169 169 .eq("SomeDomainObject.name", "sdo1") //attribute equals value 170 .and(); //connects previous criteria with and 170 .and() //connects previous criteria with and 171 .orderDesc("SomeDomainObject.anotherDomainObjects.name"); //order by some attribute 171 172 172 173 //list with includes and criteria
Note: See TracChangeset
for help on using the changeset viewer.