public class LocalDateBridge extends TemporalAccessorStringBridge<java.time.LocalDate>
LocalDate to a String.
A LocalDate 2012-12-31 becomes the string +0000020121231.
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 LocalDateBridge |
INSTANCE |
objectToString, stringToObjectpublic static final LocalDateBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.