| Modifier and Type | Interface and Description |
|---|---|
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 |
ShortBridge
|
class |
StringBridge
Bridge a
String to a string. |
class |
UriBridge
|
class |
UrlBridge
|
class |
UUIDBridge
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinArrayBridge
An implementation of
ArrayBridge that can be used with Hibernate Search query DSL. |
class |
BuiltinIterableBridge
An implementation of
IterableBridge that can be used with Hibernate Search query DSL. |
class |
BuiltinMapBridge
An implementation of
MapBridge that can be used with Hibernate Search query DSL. |
class |
NullEncodingFieldBridge |
class |
String2FieldBridgeAdaptor
Bridge to use a StringBridge as a FieldBridge.
|
class |
TwoWayString2FieldBridgeAdaptor
Bridge to use a TwoWayStringBridge as a TwoWayFieldBridge
|
| Constructor and Description |
|---|
NullEncodingFieldBridge(StringBridge bridge,
String nullMarker) |
String2FieldBridgeAdaptor(StringBridge stringBridge) |
| 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 | Method and Description |
|---|---|
StringBridge |
ContextualExceptionBridgeHelper.stringConversionContext(StringBridge delegate) |
| Modifier and Type | Method and Description |
|---|---|
StringBridge |
ContextualExceptionBridgeHelper.stringConversionContext(StringBridge delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatStringBridge |
Copyright © 2006–2015 Hibernate. All rights reserved.