public class UtilUUIDType extends AbstractType<UUID>
UtilUUIDType maps UUID to String on the JDBC level| Constructor and Description |
|---|
UtilUUIDType() |
UtilUUIDType(boolean asString) |
UtilUUIDType(int type) |
UtilUUIDType(int type,
boolean asString) |
| Modifier and Type | Method and Description |
|---|---|
Class<UUID> |
getReturnedClass()
Get the returned type
|
UUID |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
UUID value)
Set the object to the statement
|
getLiteral, getSQLTypespublic UtilUUIDType()
public UtilUUIDType(boolean asString)
public UtilUUIDType(int type)
public UtilUUIDType(int type,
boolean asString)
public UUID getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic Class<UUID> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, UUID value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2015 Querydsl. All rights reserved.