public class ElasticsearchLocalDateBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.LocalDate>
LocalDate to a String in Elasticsearch's "strict_date" format.
Be aware that this format is not the same as Elasticsearch's "strict_date" format (since years with more than 4 digits are allowed).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchLocalDateBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
java.time.DateTimeException e) |
getEncodingType, objectToString, parseIndexNullAs, stringToObjectcreateNullMarkerpublic static final ElasticsearchLocalDateBridge INSTANCE
protected IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, java.time.DateTimeException e)
createInvalidIndexNullAsException in class ElasticsearchTemporalAccessorStringBridge<java.time.LocalDate>Copyright © 2006–2017 Hibernate. All rights reserved.