T
- public abstract class AbstractType<T> extends Object implements Type<T>
Constructor and Description |
---|
AbstractType(int type) |
Modifier and Type | Method and Description |
---|---|
String |
getLiteral(T value)
Get the literal representation
|
int[] |
getSQLTypes()
Get the SQL supported SQL types
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getReturnedClass, getValue, setValue
public final int[] getSQLTypes()
Type
getSQLTypes
in interface Type<T>
Copyright © 2007–2016 Querydsl. All rights reserved.