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 |
CalendarBridge |
class |
CharacterBridge
Map a character element
|
class |
ClassBridge
Convert a Class back and forth
|
class |
DateBridge
Bridge a
java.util.Date to a String , truncated to the specified resolution. |
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
URL s. |
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 |
BuiltinNumericArrayBridge
It manages arrays annotated with
NumericField |
class |
BuiltinNumericIterableBridge
It manages an
Iterable object annotated with NumericField |
class |
BuiltinNumericMapBridge
It manages an
Map object annotated with NumericField |
class |
DefaultStringBridge
Convert an object using the toString method or return
null if the object is null . |
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–2013 Hibernate. All rights reserved.