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 |
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.