public class SimpleCaseExpression.WhenClause extends Object
Constructor and Description |
---|
WhenClause(C condition,
javax.persistence.criteria.Expression<? extends R> result) |
Modifier and Type | Method and Description |
---|---|
C |
getCondition() |
javax.persistence.criteria.Expression<? extends R> |
getResult() |
public WhenClause(C condition, javax.persistence.criteria.Expression<? extends R> result)
public C getCondition()
public javax.persistence.criteria.Expression<? extends R> getResult()
Copyright © 2002-2020 Red Hat Middleware, LLC. All Rights Reserved