public class ToStringNullMarker extends Object implements NullMarker
| Constructor and Description |
|---|
ToStringNullMarker(Object indexNullAs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
nullEncoded()
This returns the actual value to be indexed in place of null.
|
String |
nullRepresentedAsString()
This is mostly a requirement for integration with other old-style
contracts which expect a strongly String based strategy.
|
String |
toString() |
public ToStringNullMarker(Object indexNullAs)
public String nullRepresentedAsString()
NullMarkernullRepresentedAsString in interface NullMarkerpublic Object nullEncoded()
NullMarkerThe returned value may be:
nullEncoded in interface NullMarkerCopyright © 2006–2017 Hibernate. All rights reserved.