See: Description
| Class | Description |
|---|---|
| ElasticsearchInstantBridge | |
| ElasticsearchLocalDateBridge | |
| ElasticsearchLocalDateTimeBridge |
Converts a
LocalDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchLocalTimeBridge | |
| ElasticsearchMonthDayBridge | |
| ElasticsearchOffsetDateTimeBridge |
Converts a
OffsetDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchOffsetTimeBridge |
Converts a
OffsetTime to a String in Elasticsearch's "strict_time" format. |
| ElasticsearchTemporalAccessorStringBridge<T extends TemporalAccessor> |
Base class for the conversion of
TemporalAccessor to String. |
| ElasticsearchYearBridge | |
| ElasticsearchYearMonthBridge | |
| ElasticsearchZonedDateTimeBridge |
Converts a
ZonedDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
Copyright © 2006–2017 Hibernate. All rights reserved.