| Modifier and Type | Interface and Description |
|---|---|
interface |
TwoWayStringBridge
StringBridge |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalBridge
Map a BigDecimal element
|
class |
BigIntegerBridge
Map a
BigInteger element. |
class |
BooleanBridge
Map a boolean field
|
class |
CharacterBridge
Map a character element
|
class |
ClassBridge
Convert a Class back and forth
|
class |
DefaultStringBridge
Convert an object using the object's
toString method or return null if the object is null. |
class |
DoubleBridge
Map a double element
|
class |
EnumBridge
Map an Enum field
|
class |
FloatBridge
Map a float element
|
class |
IntegerBridge
Map an integer element
|
class |
LongBridge
Map a long element
|
class |
NumberBridge
Base class for numbers - integer, double, etc.
|
class |
ShortBridge
Map a short element
|
class |
StringBridge
Map a string element
|
class |
UriBridge
Bridge for
URI |
class |
UrlBridge
Bridge for
URLs. |
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 Red Hat, Inc. All Rights Reserved