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.
|
getExpression
public String getExpression(Number value, GeneratorContext context)
ValueConverter
value
- the current valuecontext
- the current context (contains the database dialect).Copyright © 2016 fastnate.org. All rights reserved.