Package | Description |
---|---|
org.hibernate.search.bridge.builtin.time.impl |
This package contains all the bridges to store the temporal classes provided since java 8.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalDateBridge
Converts a
LocalDate to a String . |
class |
LocalDateTimeBridge
Converts a
LocalDateTime to a String . |
class |
LocalTimeBridge
Converts a
LocalTime to a String . |
class |
MonthDayBridge
Converts a
MonthDay to a String . |
class |
OffsetDateTimeBridge
Converts a
OffsetDateTime to a String . |
class |
OffsetTimeBridge
Converts a
OffsetTime to a String . |
class |
YearMonthBridge
Converts a
YearMonth to a String . |
class |
ZonedDateTimeBridge
Converts a
ZonedDateTime to a String . |
Copyright © 2006–2016 Hibernate. All rights reserved.