@FunctionalInterface public static interface JdbcDialect.SQLValueDeserializer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserializeValue(com.holonplatform.core.query.QueryExpression<T> expression,
Object value)
Deserialize the
value associated to given expression, obtained as the result of a
SQL query. |
static JdbcDialect.SQLValueDeserializer |
getDefault()
Get the default SQLValueDeserializer.
|
<T> T deserializeValue(com.holonplatform.core.query.QueryExpression<T> expression,
Object value)
value associated to given expression, obtained as the result of a
SQL query.T - Expression typeexpression - Query expressionvalue - Value to deserializestatic JdbcDialect.SQLValueDeserializer getDefault()
Copyright © 2017 The Holon Platform. All rights reserved.