Class SqmCaseSimple.WhenFragment<T,R>
- java.lang.Object
-
- org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment<T,R>
-
- Enclosing class:
- SqmCaseSimple<T,R>
public static class SqmCaseSimple.WhenFragment<T,R> extends Object
-
-
Constructor Summary
Constructors Constructor Description WhenFragment(SqmExpression<T> checkValue, SqmExpression<R> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqmExpression<T>
getCheckValue()
SqmExpression<R>
getResult()
-
-
-
Constructor Detail
-
WhenFragment
public WhenFragment(SqmExpression<T> checkValue, SqmExpression<R> result)
-
-
Method Detail
-
getCheckValue
public SqmExpression<T> getCheckValue()
-
getResult
public SqmExpression<R> getResult()
-
-