Package | Description |
---|---|
org.hibernate.search.bridge | |
org.hibernate.search.bridge.builtin | |
org.hibernate.search.bridge.spi | |
org.hibernate.search.cfg |
Modifier and Type | Interface and Description |
---|---|
interface |
TwoWayFieldBridge
A
FieldBridge able to convert the index representation back into an object without losing information. |
interface |
TwoWayStringBridge
StringBridge allowing a translation from the string representation back to the Object . |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalBridge
Bridge a
BigDecimal to a String . |
class |
BigIntegerBridge
Bridge a
BigInteger to a String . |
class |
BooleanBridge
Bridge a boolean field to a
String . |
class |
ByteBridge
|
class |
CharacterBridge
|
class |
ClassBridge
|
class |
DefaultStringBridge
Convert an object using the object's
toString method or return null if the object is null . |
class |
DoubleBridge
|
class |
EnumBridge
|
class |
FloatBridge
|
class |
IntegerBridge
|
class |
LongBridge
|
class |
NumberBridge
Base class used to bridge numbers (integer, double, etc.) as strings.
|
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 |
ShortBridge
|
class |
StringBridge
Bridge a
String to a string. |
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. |
class |
UriBridge
|
class |
UrlBridge
|
class |
UUIDBridge
|
Modifier and Type | Method and Description |
---|---|
StringBridge |
ConversionContext.stringConversionContext(StringBridge delegate)
Decorates a StringBridge.
|
Modifier and Type | Method and Description |
---|---|
StringBridge |
ConversionContext.stringConversionContext(StringBridge delegate)
Decorates a StringBridge.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcatStringBridge |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.