T - public abstract class MutableExpressionBase<T> extends Object implements Expression<T>
| Constructor and Description |
|---|
MutableExpressionBase(Class<? extends T> type) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends T> |
getType()
Get the java type for this expression
|
int |
hashCode() |
String |
toString() |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic final Class<? extends T> getType()
ExpressiongetType in interface Expression<T>Copyright © 2007–2015 Querydsl. All rights reserved.