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