public interface ExpressionImplementor<T> extends SelectionImplementor<T>, Expression<T>, Renderable
Expression contract.| Modifier and Type | Method and Description | 
|---|---|
| ExpressionImplementor<BigDecimal> | asBigDecimal() | 
| ExpressionImplementor<BigInteger> | asBigInteger() | 
| ExpressionImplementor<Double> | asDouble() | 
| ExpressionImplementor<Float> | asFloat() | 
| ExpressionImplementor<Integer> | asInteger() | 
| ExpressionImplementor<Long> | asLong() | 
| ExpressionImplementor<String> | asString() | 
getValueHandlersgetValueHandleras, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTyperender, renderProjectionExpressionImplementor<Long> asLong()
ExpressionImplementor<Integer> asInteger()
ExpressionImplementor<Float> asFloat()
ExpressionImplementor<Double> asDouble()
ExpressionImplementor<BigDecimal> asBigDecimal()
BigDecimalExpressionImplementor<BigInteger> asBigInteger()
BigIntegerExpressionImplementor<String> asString()
Copyright © 2018 JBoss by Red Hat. All rights reserved.