@FunctionalInterface public static interface JPQLValueDeserializer.ValueProcessor
| Modifier and Type | Method and Description |
|---|---|
Object |
processValue(JpaExecutionContext context,
com.holonplatform.core.TypedExpression<?> expression,
Object value)
Process a value to be deserialized.
|
Object processValue(JpaExecutionContext context, com.holonplatform.core.TypedExpression<?> expression, Object value) throws com.holonplatform.core.exceptions.DataAccessException
context - Execution contextexpression - Expression for which the deserialization is invokedvalue - Value to deserializecom.holonplatform.core.exceptions.DataAccessException - If an error occurredCopyright © 2019 The Holon Platform. All rights reserved.