mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
This commit is contained in:
parent
d321202b21
commit
ff790f7c66
@ -49,7 +49,7 @@ public class MiniApi {
|
||||
public static <A> ColQuery<?> from(Expr<A> path, Iterable<A> col){
|
||||
return new ColQuery().from((Path<?>)path, col);
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public static <A> Iterable<A> select(Iterable<A> from, Expr.EBoolean where, OrderSpecifier<?>... order){
|
||||
Path<A> path = (Path<A>) new PathExtractor().handle(where).getPath();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user