| Home >> All >> org >> josql >> [ utils Javadoc ] |
org.josql.utils: Javadoc index of package org.josql.utils.
Package Samples:
org.josql.utils
Classes:
JoSQLComparator: This class allows the ORDER BY clause of a JoSQL SQL clause to be used as a Comparator. It should be noted that is the same as performing: Query.execute(List) > Query.execute(List) 55 but there are times when having a separate comparator is desirable. The EXECUTE ON ALL clause is supported but you must call: doExecuteOn(List) 55 first to ensure that they are executed. This class is basically just a thin wrapper around using the comparator gained by calling: Query.getOrderByComparator() > Query.getOrderByComparator() 55 . A note on performance, for small numbers of objects (around 1000) this comparator ...
| Home | Contact Us | Privacy Policy | Terms of Service |