public class YearMonthBridge extends TemporalAccessorStringBridge<java.time.YearMonth>
YearMonth to a String.
A YearMonth 12345-1 becomes the string +00001234501.
THe signn is alway present and the values are padded with 0 to allow field sorting.
| Modifier and Type | Field and Description |
|---|---|
static YearMonthBridge |
INSTANCE |
objectToString, stringToObjectpublic static final YearMonthBridge INSTANCE
Copyright © 2006–2015 Hibernate. All rights reserved.