public class UUIDConverterString extends Object implements javax.persistence.AttributeConverter<UUID,String>
UUIDConverterString()
String
convertToDatabaseColumn(UUID uuid)
UUID
convertToEntityAttribute(String uuid)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UUIDConverterString()
public String convertToDatabaseColumn(UUID uuid)
convertToDatabaseColumn
javax.persistence.AttributeConverter<UUID,String>
public UUID convertToEntityAttribute(String uuid)
convertToEntityAttribute
Copyright © 2016. All rights reserved.