public final class JPAExpressions extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <A extends Comparable<? super A>> | avg(CollectionExpression<?,A> col)Get the avg(col) expression | 
| static <A extends Comparable<? super A>> | max(CollectionExpression<?,A> left)Get the max(col) expression | 
| static <A extends Comparable<? super A>> | min(CollectionExpression<?,A> left)Get the min(col) expression | 
| static StringExpression | type(EntityPath<?> path)Get the type(path) expression | 
public static <A extends Comparable<? super A>> ComparableExpression<A> avg(CollectionExpression<?,A> col)
col - public static <A extends Comparable<? super A>> ComparableExpression<A> max(CollectionExpression<?,A> left)
left - public static <A extends Comparable<? super A>> ComparableExpression<A> min(CollectionExpression<?,A> left)
left - public static StringExpression type(EntityPath<?> path)
path - Copyright © 2007–2015 Querydsl. All rights reserved.