public class OffsettDateTimeStringConverter extends Object implements AttributeConverter<OffsetDateTime,String>
OffsetDateTime and String.
Stores values in database as string in format specified by
DateTimeFormatter.ISO_OFFSET_DATE_TIME.| Constructor and Description |
|---|
OffsettDateTimeStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
toEntityAttribute(String value) |
String |
toGraphProperty(OffsetDateTime value) |
public String toGraphProperty(OffsetDateTime value)
toGraphProperty in interface AttributeConverter<OffsetDateTime,String>public OffsetDateTime toEntityAttribute(String value)
toEntityAttribute in interface AttributeConverter<OffsetDateTime,String>Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.