Package org.sql2o.converters
Class UUIDConverter
java.lang.Object
org.sql2o.converters.UUIDConverter
Used by sql2o to convert a value from the database into a
UUID
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UUIDConverter
public UUIDConverter()
-
-
Method Details
-
convert
Description copied from interface:Converter
Conversion from SQL to Java.- Throws:
ConverterException
-
toDatabaseParam
Description copied from interface:Converter
Conversion from Java to SQL.- Specified by:
toDatabaseParam
in interfaceConverter<T>
-