public class SerializableConverter extends Object implements ValueConverter<Serializable>
Serializable to a SQL expression.| Constructor and Description |
|---|
SerializableConverter() |
| Modifier and Type | Method and Description |
|---|---|
ColumnExpression |
getExpression(Serializable 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, waitgetExpressionpublic ColumnExpression getExpression(Serializable value, GeneratorContext context)
ValueConvertergetExpression in interface ValueConverter<Serializable>value - the current valuecontext - the current context (contains the database dialect).Copyright © 2020 fastnate.org. All rights reserved.