public class SimpleCaseExpression.WhenClause extends 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 © 2021. All rights reserved.