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