Class OtherwiseExpression
- java.lang.Object
-
- org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
-
- org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
-
- org.hotrod.runtime.dynamicsql.expressions.OtherwiseExpression
-
public class OtherwiseExpression extends CollectionExpression
-
-
Field Summary
-
Fields inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
JEXL_ENGINE
-
-
Constructor Summary
Constructors Constructor Description OtherwiseExpression(DynamicExpression... expressions)
-
Method Summary
-
Methods inherited from class org.hotrod.runtime.dynamicsql.expressions.CollectionExpression
evaluate, getConstructorParameters
-
Methods inherited from class org.hotrod.runtime.dynamicsql.expressions.DynamicExpression
evaluate, renderConstructor
-
-
-
-
Constructor Detail
-
OtherwiseExpression
public OtherwiseExpression(DynamicExpression... expressions)
-
-