public interface JPQLValueSerializer
| Modifier and Type | Method and Description |
|---|---|
static JPQLValueSerializer |
getDefault()
Get the default
JPQLValueSerializer. |
String |
serialize(Object value,
com.holonplatform.core.temporal.TemporalType temporalType)
Serialize given value as a JPQL string.
|
String serialize(Object value, com.holonplatform.core.temporal.TemporalType temporalType)
value - Value to serializetemporalType - Optional TemporalType to use with temporal valuesstatic JPQLValueSerializer getDefault()
JPQLValueSerializer.JPQLValueSerializerCopyright © 2019 The Holon Platform. All rights reserved.