Uses of Class
org.springframework.data.relational.core.sql.CaseExpression
Packages that use CaseExpression
Package
Description
Statement Builder implementation.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of CaseExpression in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return CaseExpressionModifier and TypeMethodDescriptionstatic CaseExpressionCreate CASEExpressionwith initialWhencondition.CaseExpression.elseExpression(Expression elseExpression) Add ELSE clauseAdd additionalWhencondition -
Uses of CaseExpression in org.springframework.data.relational.core.sql.render
Subclasses with type arguments of type CaseExpression in org.springframework.data.relational.core.sql.render