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