public class UnsupportedTypeConverter extends Object implements ValueConverter<Object>
| Constructor and Description |
|---|
UnsupportedTypeConverter(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
ColumnExpression |
getExpression(Object value,
GeneratorContext context)
Builds the expression for writing the given value into an SQL clause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpression@ConstructorProperties(value="attributeName") @Generated(value="lombok") public UnsupportedTypeConverter(String attributeName)
public ColumnExpression getExpression(Object value, GeneratorContext context)
ValueConvertergetExpression in interface ValueConverter<Object>value - the current valuecontext - the current context (contains the database dialect).Copyright © 2020 fastnate.org. All rights reserved.