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()
|
getValueHandlers
getValueHandler
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
render, renderProjection
ExpressionImplementor<Long> asLong()
ExpressionImplementor<Integer> asInteger()
ExpressionImplementor<Float> asFloat()
ExpressionImplementor<Double> asDouble()
ExpressionImplementor<BigDecimal> asBigDecimal()
BigDecimal
ExpressionImplementor<BigInteger> asBigInteger()
BigInteger
ExpressionImplementor<String> asString()
Copyright © 2016 JBoss by Red Hat. All rights reserved.