See: Description
| Class | Description |
|---|---|
| ElasticsearchInstantBridge |
Converts a
Instant to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchLocalDateBridge |
Converts a
LocalDate to a String in Elasticsearch's "strict_date" format. |
| ElasticsearchLocalDateTimeBridge |
Converts a
LocalDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchLocalTimeBridge |
Converts a
LocalTime to a String in Elasticsearch's "strict_hour_minute_second_fraction" format. |
| ElasticsearchMonthDayBridge |
Converts a
MonthDay to a String in Elasticsearch's "--MM-dd" format. |
| 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 java.time.temporal.TemporalAccessor> |
Base class for the conversion of
TemporalAccessor to String. |
| ElasticsearchYearBridge |
Converts a
Year to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchYearMonthBridge |
Converts a
YearMonth to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
| ElasticsearchZonedDateTimeBridge |
Converts a
ZonedDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4). |
Copyright © 2006–2016 Hibernate. All rights reserved.