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
-
Method Summary
Modifier and TypeMethodDescriptionvalue
(Expression<? extends T> value) value
(JpaExpression<? extends T> value) 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, isNull, notEqualTo, notEqualTo
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnum
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Method Details
-
value
- Specified by:
value
in interfaceCriteriaBuilder.Coalesce<T>
-
value
- Specified by:
value
in interfaceCriteriaBuilder.Coalesce<T>
-
value
-
values
-