public class AggregateExpression extends AbstractExpression<Long>
| Modifier and Type | Field and Description |
|---|---|
private String |
aggregation
The aggregation.
|
private javax.persistence.criteria.Expression<?> |
expression
The expression.
|
| Constructor and Description |
|---|
AggregateExpression(javax.persistence.criteria.Expression<?> expression,
String aggregation)
Instantiates a new aggregate expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregation()
Gets the aggregation.
|
javax.persistence.criteria.Expression<?> |
getExpression()
Gets the expression.
|
void |
setAggregation(String aggregation)
Sets the aggregation.
|
void |
setExpression(javax.persistence.criteria.Expression<?> expression)
Sets the expression.
|
alias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullprivate javax.persistence.criteria.Expression<?> expression
private String aggregation
public AggregateExpression(javax.persistence.criteria.Expression<?> expression,
String aggregation)
expression - the expressionaggregation - the aggregationpublic javax.persistence.criteria.Expression<?> getExpression()
public void setExpression(javax.persistence.criteria.Expression<?> expression)
expression - the new expressionpublic String getAggregation()
public void setAggregation(String aggregation)
aggregation - the new aggregationCopyright © 2015. All Rights Reserved.