Package | Description |
---|---|
org.hibernate.search.bridge.builtin | |
org.hibernate.search.bridge.builtin.impl |
Class and Description |
---|
DefaultStringBridge
Convert an object using the object's
toString method or return null if the object is null . |
NumberBridge
Base class used to bridge numbers (integer, double, etc.) as strings.
|
NumericEncodingDateBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long . |
NumericFieldBridge
Stateless field bridges for the conversion of numbers to numeric field values.
|
StringBridge
Bridge a
String to a string. |
StringEncodingDateBridge
Bridge a
java.util.Date to a String , truncated to the specified resolution. |
Class and Description |
---|
ArrayBridge
Each entry (
null included ) of an array is indexed using the specified FieldBridge . |
IterableBridge |
MapBridge |
Copyright © 2006–2016 Hibernate. All rights reserved.