| Package | Description |
|---|---|
| org.hibernate.search.bridge.builtin | |
| 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 |
NumericEncodingCalendarBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
class |
NumericEncodingDateBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
class |
NumericFieldBridge
Stateless field bridges for the conversion of numbers to numeric field values.
|
class |
StringEncodingCalendarBridge
Bridge a
java.util.Calendar to a String, truncated to the specified resolution. |
class |
StringEncodingDateBridge
Bridge a
java.util.Date to a String, truncated to the specified resolution. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericTimeBridge
A bridge that converts a class in the jva.time package to a numeric field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DurationBridge
Converts a
Duration to a Long expressing the duration in nanoseconds. |
class |
InstantBridge
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
class |
YearBridge
Converts a
Year to a Integer. |
Copyright © 2006–2016 Hibernate. All rights reserved.