public class ZoneOffsetBridge extends Object implements TwoWayStringBridge, IgnoreAnalyzerBridge
ZoneOffset to a String.ZoneOffset.getId(),
ZoneOffset.of(String)| Modifier and Type | Field and Description |
|---|---|
static ZoneOffsetBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
Object |
stringToObject(String stringValue)
Convert the index string representation to an object.
|
public static final ZoneOffsetBridge INSTANCE
public String objectToString(Object object)
StringBridgeobjectToString in interface StringBridgeobject - The object to transform into a string representation.null. It can be empty though.public Object stringToObject(String stringValue)
TwoWayStringBridgestringToObject in interface TwoWayStringBridgestringValue - The index value.Object.Copyright © 2006–2017 Hibernate. All rights reserved.