public class UuidStringConverter extends Object implements AttributeConverter<UUID,String>
UUID to String.
This is a convenience class for those that use UUID to define node uniqueness.| Constructor and Description |
|---|
UuidStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
toEntityAttribute(String value) |
String |
toGraphProperty(UUID value) |
public String toGraphProperty(UUID value)
toGraphProperty in interface AttributeConverter<UUID,String>public UUID toEntityAttribute(String value)
toEntityAttribute in interface AttributeConverter<UUID,String>Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.