Package org.hibernate.query.criteria
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
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvalue(Expression<? extends T> value) Add an argument to the coalesce expression.value(JpaExpression<? extends T> value) Add an argument to the coalesce expression.Methods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNullMethods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelectionMethods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Method Details
-
value
Description copied from interface:CriteriaBuilder.CoalesceAdd an argument to the coalesce expression.- Specified by:
valuein interfaceCriteriaBuilder.Coalesce<T>- Parameters:
value- value- Returns:
- coalesce expression
-
value
Description copied from interface:CriteriaBuilder.CoalesceAdd an argument to the coalesce expression.- Specified by:
valuein interfaceCriteriaBuilder.Coalesce<T>- Parameters:
value- expression- Returns:
- coalesce expression
-
value
-
values
-