| 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 |
| InstantBridge
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
| LocalDateBridge |
| LocalDateTimeBridge
Converts a
LocalDateTime to a String. |
| LocalTimeBridge |
| MonthDayBridge |
| OffsetDateTimeBridge
Converts a
OffsetDateTime to a String. |
| OffsetTimeBridge
Converts a
OffsetTime to a String. |
| PeriodBridge |
| TemporalAccessorStringBridge
Base class for the conversion of
TemporalAccessor to String. |
| YearBridge |
| YearMonthBridge |
| ZonedDateTimeBridge
Converts a
ZonedDateTime to a String. |
| ZoneIdBridge |
| ZoneOffsetBridge
Converts a
ZoneOffset to a String. |
Copyright © 2006–2017 Hibernate. All rights reserved.