public static class CriteriaBuilderImpl.CoalesceImpl<X> extends FunctionExpressionImpl<X> implements javax.persistence.criteria.CriteriaBuilder.Coalesce<X>
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.CriteriaBuilder.Coalesce<X> |
value(javax.persistence.criteria.Expression<? extends X> value)
Add an argument to the coalesce expression.
|
javax.persistence.criteria.CriteriaBuilder.Coalesce<X> |
value(X value)
Add an argument to the coalesce expression.
|
findRootAndParameters, getChildExpressions, getOperation, isCompoundExpression, isExpressionas, in, in, in, in, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isFrom, isRootequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullpublic javax.persistence.criteria.CriteriaBuilder.Coalesce<X> value(X value)
value in interface javax.persistence.criteria.CriteriaBuilder.Coalesce<X>value - valuepublic javax.persistence.criteria.CriteriaBuilder.Coalesce<X> value(javax.persistence.criteria.Expression<? extends X> value)
value in interface javax.persistence.criteria.CriteriaBuilder.Coalesce<X>value - expressionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference