| Package | Description |
|---|---|
| org.hibernate.search.bridge.builtin.time.impl |
This package contains all the bridges to store the temporal classes provided since java 8.
|
| Class and Description |
|---|
| DurationBridge
Converts a
Duration to a Long expressing the duration in nanoseconds. |
| InstantBridge
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
| LocalDateBridge
Converts a
LocalDate to a String. |
| LocalDateTimeBridge
Converts a
LocalDateTime to a String. |
| LocalTimeBridge
Converts a
LocalTime to a String. |
| MonthDayBridge
Converts a
MonthDay to a String. |
| OffsetDateTimeBridge
Converts a
OffsetDateTime to a String. |
| OffsetTimeBridge
Converts a
OffsetTime to a String. |
| PeriodBridge
Converts a
Period to a String concatenating year, months and days. |
| TemporalAccessorStringBridge
Base class for the conversion of
TemporalAccessor to String. |
| YearBridge
Converts a
Year to a Integer. |
| YearMonthBridge
Converts a
YearMonth to a String. |
| ZonedDateTimeBridge
Converts a
ZonedDateTime to a String. |
| ZoneIdBridge
Converts a
ZoneId to a String. |
| ZoneOffsetBridge
Converts a
ZoneOffset to a String. |
Copyright © 2006–2017 Hibernate. All rights reserved.