We're using the Isomorphic classes for database access in our server side code, but the documentation is very sparse. For example;
setCriteria(java.lang.Object criteria)
Sets the criteria for this DSRequest.
What sort of Object can the critiera be? A simple Map of field name and value seems to work. But is there any way to do more complex criteria like "field != value".
I also don't see any documentation on the setSortBy() method, although sending it a value ORDER BY clause seems to work.
Is there additional documentation available for Pro or EE users?
setCriteria(java.lang.Object criteria)
Sets the criteria for this DSRequest.
What sort of Object can the critiera be? A simple Map of field name and value seems to work. But is there any way to do more complex criteria like "field != value".
I also don't see any documentation on the setSortBy() method, although sending it a value ORDER BY clause seems to work.
Is there additional documentation available for Pro or EE users?
Comment