public final class SQLExpressions extends Object
| Modifier and Type | Field and Description |
|---|---|
static Expression<Object[]> |
all |
static Expression<Long> |
countAll |
| Modifier and Type | Method and Description |
|---|---|
static BooleanExpression |
all(BooleanExpression expr)
Get an aggregate all expression for the given boolean expression
|
static BooleanExpression |
any(BooleanExpression expr)
Get an aggregate any expression for the given boolean expression
|
static <T extends Number> |
nextval(Class<T> type,
String sequence) |
static SimpleExpression<Long> |
nextval(String sequence) |
public static final Expression<Object[]> all
public static final Expression<Long> countAll
public static BooleanExpression any(BooleanExpression expr)
public static BooleanExpression all(BooleanExpression expr)
public static final SimpleExpression<Long> nextval(String sequence)
public static final <T extends Number> SimpleExpression<T> nextval(Class<T> type, String sequence)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.