public final class Wildcard extends Object
Wildcard
provides constant Expressions for general wildcard expressionsModifier and Type | Field and Description |
---|---|
static Expression<Object[]> |
all
Wildcard expression (*) for all columns
|
static NumberExpression<Long> |
count
Wildcard count expression (count(*))
|
static NumberExpression<Integer> |
countAsInt
Wildcard count expression (count(*))
|
static NumberExpression<Long> |
countDistinct
Wildcard count distinct expression (count(distinct *))
|
public static final Expression<Object[]> all
public static final NumberExpression<Long> count
public static final NumberExpression<Long> countDistinct
public static final NumberExpression<Integer> countAsInt
Copyright © 2007–2016 Querydsl. All rights reserved.