public class ElasticsearchLocalTimeBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.LocalTime>
LocalTime to a String in Elasticsearch's "strict_hour_minute_second_fraction" format.
Be aware that this format is not the same as DateTimeFormatter.ISO_LOCAL_TIME
(mainly because of the second fraction field, which is at least 3 characters long).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchLocalTimeBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
java.time.DateTimeException e) |
getEncodingType, objectToString, parseIndexNullAs, stringToObjectcreateNullMarkerpublic static final ElasticsearchLocalTimeBridge INSTANCE
protected IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, java.time.DateTimeException e)
createInvalidIndexNullAsException in class ElasticsearchTemporalAccessorStringBridge<java.time.LocalTime>Copyright © 2006–2016 Hibernate. All rights reserved.