Interface JpaCoalesce<T>
- All Superinterfaces:
CriteriaBuilder.Coalesce<T>, Expression<T>, JpaCriteriaNode, JpaExpression<T>, JpaSelection<T>, JpaTupleElement<T>, Selection<T>, Serializable, TupleElement<T>
- All Known Implementing Classes:
SqmCoalesce
-
Method Summary
Modifier and TypeMethodDescriptionvalue(Expression<? extends T> value) value(JpaExpression<? extends T> value) Methods inherited from interface JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualToMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface TupleElement
getAlias
-
Method Details
-
value
- Specified by:
valuein interfaceCriteriaBuilder.Coalesce<T>
-
value
- Specified by:
valuein interfaceCriteriaBuilder.Coalesce<T>
-
value
-
values
-