CASE predicate is used to calculate a condition and when it's true, its THEN expression will be executed. general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression END or simple_case_expression ::= CASE case_operand simple_when_clause {simple_when_clause}* ELSE scalar_expression END@see WhenClauseStateObject @see org.eclipse.persistence.jpa.jpql.parser.CaseExpression CaseExpression @version 2.4 @since 2.4 @author Pascal Filion
| |
| |
| |
| |
| |