T - public abstract class AbstractType<T> extends java.lang.Object implements Type<T>
| Constructor and Description |
|---|
AbstractType(int type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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, waitgetReturnedClass, getValue, setValuepublic final int[] getSQLTypes()
TypegetSQLTypes in interface Type<T>public java.lang.String getLiteral(T value)
TypegetLiteral in interface Type<T>value - valueCopyright © 2007–2021 Querydsl. All rights reserved.