mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
This commit is contained in:
parent
c4e195ec08
commit
65c8ed56fa
@ -30,6 +30,7 @@ public class MiniApi extends GrammarWithAlias{
|
||||
return new ColQuery().from($(alias), col);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public static <A> ColQuery from(Expr<A> path, Iterable<A> col){
|
||||
return new ColQuery().from((Path<A>)path, col);
|
||||
}
|
||||
|
||||
@ -17,8 +17,10 @@ import org.codehaus.janino.ExpressionEvaluator;
|
||||
* @author tiwe
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
public class MultiComparator implements Comparator<Object[]> {
|
||||
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private Comparator<Object> naturalOrder = ComparatorUtils.naturalComparator();
|
||||
|
||||
private ExpressionEvaluator ev;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user