Uses of Class
org.hibernate.query.sqm.tree.expression.SqmCoalesce
-
Packages that use SqmCoalesce Package Description org.hibernate.query.sqm org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.expression -
-
Uses of SqmCoalesce in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmCoalesce Modifier and Type Method Description T
SemanticQueryWalker. visitCoalesce(SqmCoalesce<?> sqmCoalesce)
-
Uses of SqmCoalesce in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmCoalesce Modifier and Type Method Description <T> SqmCoalesce<T>
SqmCriteriaNodeBuilder. coalesce()
Methods in org.hibernate.query.sqm.internal with parameters of type SqmCoalesce Modifier and Type Method Description Object
SqmTreePrinter. visitCoalesce(SqmCoalesce<?> sqmCoalesce)
-
Uses of SqmCoalesce in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmCoalesce Modifier and Type Method Description Object
BaseSemanticQueryWalker. visitCoalesce(SqmCoalesce<?> sqmCoalesce)
-
Uses of SqmCoalesce in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmCoalesce Modifier and Type Method Description Object
BaseSqmToSqlAstConverter. visitCoalesce(SqmCoalesce<?> sqmCoalesce)
-
Uses of SqmCoalesce in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return SqmCoalesce Modifier and Type Method Description SqmCoalesce<T>
SqmCoalesce. copy(SqmCopyContext context)
SqmCoalesce<T>
SqmCoalesce. value(jakarta.persistence.criteria.Expression<? extends T> value)
SqmCoalesce<T>
SqmCoalesce. value(JpaExpression<? extends T> value)
SqmCoalesce<T>
SqmCoalesce. value(T value)
SqmCoalesce<T>
SqmCoalesce. values(T... values)
-