public final class JPAExpressions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <A extends java.lang.Comparable<? super A>> |
avg(CollectionExpression<?,A> col)
Get the avg(col) expression
|
static <A extends java.lang.Comparable<? super A>> |
max(CollectionExpression<?,A> left)
Get the max(col) expression
|
static <A extends java.lang.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 java.lang.Comparable<? super A>> ComparableExpression<A> avg(CollectionExpression<?,A> col)
col
- public static <A extends java.lang.Comparable<? super A>> ComparableExpression<A> max(CollectionExpression<?,A> left)
left
- public static <A extends java.lang.Comparable<? super A>> ComparableExpression<A> min(CollectionExpression<?,A> left)
left
- public static StringExpression type(EntityPath<?> path)
path
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.