public class UUIDStringConverter extends Object implements TypeConverter<UUID,String>, ColumnLengthDefiningTypeConverter
| Constructor and Description |
|---|
UUIDStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultColumnLength(int columnPosition)
Accessor for the default column length to use for the datastore column at the specified position.
|
String |
toDatastoreType(UUID uuid)
Method to convert the passed member value to the datastore type.
|
UUID |
toMemberType(String str)
Method to convert the passed datastore value to the member type.
|
public UUID toMemberType(String str)
TypeConvertertoMemberType in interface TypeConverter<UUID,String>str - Value from the datastorepublic String toDatastoreType(UUID uuid)
TypeConvertertoDatastoreType in interface TypeConverter<UUID,String>uuid - Value from the memberpublic int getDefaultColumnLength(int columnPosition)
ColumnLengthDefiningTypeConvertergetDefaultColumnLength in interface ColumnLengthDefiningTypeConvertercolumnPosition - Position of the column being enquired about (0 = first)Copyright © 2020. All rights reserved.