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, isExpression
as, in, in, in, in, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubquery
alias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isFrom, isRoot
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as, in, in, in, in, isNotNull, isNull
public 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