public class SimpleCaseExpression.WhenClause
extends java.lang.Object
Constructor and Description |
---|
WhenClause(LiteralExpression<C> condition,
javax.persistence.criteria.Expression<? extends R> result) |
Modifier and Type | Method and Description |
---|---|
LiteralExpression<C> |
getCondition() |
javax.persistence.criteria.Expression<? extends R> |
getResult() |
public WhenClause(LiteralExpression<C> condition, javax.persistence.criteria.Expression<? extends R> result)
public LiteralExpression<C> getCondition()
public javax.persistence.criteria.Expression<? extends R> getResult()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.