public class NumberConverter extends AbstractValueConverter<Number>
| Constructor and Description |
|---|
NumberConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression(Number value,
GeneratorContext context)
Builds the expression for writing the given value into an SQL clause.
|
getExpressionpublic String getExpression(Number value, GeneratorContext context)
ValueConvertervalue - the current valuecontext - the current context (contains the database dialect).Copyright © 2016 fastnate.org. All rights reserved.