public class OffsetTimeBridge extends TemporalAccessorStringBridge<java.time.OffsetTime>
OffsetTime to a String.
A OffsetTime 3:45.30.789+02:00 Europe/Paris becomes the string
034530000000789+02:00.
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 OffsetTimeBridge |
INSTANCE |
objectToString, stringToObjectpublic static final OffsetTimeBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.