public class ZonedDateTimeBridge extends TemporalAccessorStringBridge<java.time.ZonedDateTime>
ZonedDateTime to a String.
A ZonedDateTime 2012-12-31T23:59:59.999+01:00 Europe/Paris becomes the string
+0000020121231235959000000999+01:00Europe/Paris.
The sign is always present for the year and the string is padded with 0 to allow field sorting.
| Modifier and Type | Field and Description |
|---|---|
static ZonedDateTimeBridge |
INSTANCE |
objectToString, stringToObjectpublic static final ZonedDateTimeBridge INSTANCE
Copyright © 2006–2017 Hibernate. All rights reserved.