public class MonthDayBridge extends TemporalAccessorStringBridge<java.time.MonthDay>
MonthDay to a String.
A MonthDay 2-31 becomes the string 0231 (pattern: MMdd).
The values are padded with 0 to allow field sorting.
| Modifier and Type | Field and Description |
|---|---|
static MonthDayBridge |
INSTANCE |
objectToString, stringToObjectpublic static final MonthDayBridge INSTANCE
Copyright © 2006–2015 Hibernate. All rights reserved.