| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.expression |
| Modifier and Type | Field and Description |
|---|---|
static ExpressionConverter<BigDecimal> |
ExpressionConverter.BIG_DECIMAL
BigDecimal converter. |
static ExpressionConverter<BigInteger> |
ExpressionConverter.BIG_INTEGER
BigInteger converter. |
static ExpressionConverter<Double> |
ExpressionConverter.DOUBLE
Double converter. |
static ExpressionConverter<Float> |
ExpressionConverter.FLOAT
Float converter. |
static ExpressionConverter<Integer> |
ExpressionConverter.INTEGER
Integer converter. |
static ExpressionConverter<Long> |
ExpressionConverter.LONG
Long converter. |
static ExpressionConverter<Short> |
ExpressionConverter.SHORT
Short converter. |
static ExpressionConverter<String> |
ExpressionConverter.STRING
Integer converter. |
| Modifier and Type | Method and Description |
|---|---|
ExpressionConverter<?> |
AbstractExpression.getConverter()
Returns the converter of the expression.
|
| Modifier and Type | Method and Description |
|---|---|
<N> javax.persistence.criteria.Expression<N> |
AbstractExpression.setConverter(ExpressionConverter<N> converter)
Sets the numeric converter of the expression
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.