public class UnsupportedTypeConverter extends AbstractValueConverter<Object>
| Constructor and Description |
|---|
UnsupportedTypeConverter(AttributeAccessor attribute) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression(Object value,
GeneratorContext context)
Builds the expression for writing the given value into an SQL clause.
|
getExpression@ConstructorProperties(value="attribute") @Generated(value="lombok") public UnsupportedTypeConverter(AttributeAccessor attribute)
public String getExpression(Object value, GeneratorContext context)
ValueConvertervalue - the current valuecontext - the current context (contains the database dialect).Copyright © 2017 fastnate.org. All rights reserved.