public final class CollQueryFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
aggregate(Collection<Number> source,
Expression<?> expr,
Operator<?> aggregator) |
static <A extends Comparable<? super A>> |
between(A a,
A b,
A c) |
static <T> T |
coalesce(T... args) |
static <T extends Comparable<? super T>> |
compareTo(T c1,
T c2) |
static double |
cot(double x) |
static double |
coth(double x) |
static double |
degrees(double x) |
static boolean |
equals(Object o1,
Object o2) |
static <T> T |
get(Object parent,
String f) |
static int |
getDayOfMonth(Date date) |
static int |
getDayOfWeek(Date date) |
static int |
getDayOfYear(Date date) |
static int |
getHour(Date date) |
static int |
getMilliSecond(Date date) |
static int |
getMinute(Date date) |
static int |
getMonth(Date date) |
static int |
getSecond(Date date) |
static int |
getWeek(Date date) |
static int |
getYear(Date date) |
static int |
getYearMonth(Date date) |
static int |
getYearWeek(Date date) |
static <T> Collection<T> |
leftJoin(Collection<T> coll) |
static boolean |
like(String str,
String like) |
static boolean |
like(String str,
String like,
char escape) |
static double |
log(double x,
int y) |
static <T> T |
nullif(T first,
T second) |
static double |
radians(double x) |
public static <T extends Comparable<? super T>> int compareTo(T c1, T c2)
public static <A extends Comparable<? super A>> boolean between(A a, A b, A c)
public static double cot(double x)
public static double coth(double x)
public static double degrees(double x)
public static double radians(double x)
public static double log(double x, int y)
@Nullable public static <T> T coalesce(T... args)
public static <T> T nullif(T first, T second)
public static int getYearMonth(Date date)
public static int getDayOfMonth(Date date)
public static int getDayOfWeek(Date date)
public static int getDayOfYear(Date date)
public static int getHour(Date date)
public static int getMilliSecond(Date date)
public static int getMinute(Date date)
public static int getMonth(Date date)
public static int getSecond(Date date)
public static int getWeek(Date date)
public static int getYear(Date date)
public static int getYearWeek(Date date)
public static <T> Collection<T> leftJoin(Collection<T> coll)
public static Number aggregate(Collection<Number> source, Expression<?> expr, Operator<?> aggregator)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.