Class UuidStringConverter

java.lang.Object
org.neo4j.ogm.typeconversion.UuidStringConverter
All Implemented Interfaces:
AttributeConverter<UUID,String>

public class UuidStringConverter extends Object implements AttributeConverter<UUID,String>
Converter to convert UUID to String. This is a convenience class for those that use UUID to define node uniqueness.
Author:
Mark Angrish