public class ElasticsearchYearBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.Year>
Year to a String in ISO-8601 extended format (9 digits for the year instead of 4).
Be aware that this format is not the same as Elasticsearch's "strict_year" format, since years with more than 4 digits are allowed.
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchYearBridge |
INSTANCE |
objectToString, stringToObjectpublic static final ElasticsearchYearBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.