public class UtilUUIDType extends AbstractType<java.util.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 |
|---|---|
java.lang.Class<java.util.UUID> |
getReturnedClass()
Get the returned type
|
java.util.UUID |
getValue(java.sql.ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(java.sql.PreparedStatement st,
int startIndex,
java.util.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 java.util.UUID getValue(java.sql.ResultSet rs,
int startIndex)
throws java.sql.SQLException
Typers - result setstartIndex - column index in result setjava.sql.SQLExceptionpublic java.lang.Class<java.util.UUID> getReturnedClass()
Typepublic void setValue(java.sql.PreparedStatement st,
int startIndex,
java.util.UUID value)
throws java.sql.SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setjava.sql.SQLExceptionCopyright © 2007–2021 Querydsl. All rights reserved.