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