| 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.
|
| org.hibernate.search.bridge.util.impl |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DurationBridge
|
class |
InstantBridge
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
class |
YearBridge
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncodingStringBridge<T>
A base class for
EncodingBridges that encode values as Strings using a specific format. |
Copyright © 2006–2017 Hibernate. All rights reserved.