T
- expression typepublic abstract class ExpressionBase<T> extends Object implements Expression<T>
ExpressionBase
is the base class for immutable Expression
implementationsConstructor and Description |
---|
ExpressionBase(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, wait
accept
public final Class<? extends T> getType()
Expression
getType
in interface Expression<T>
Copyright © 2007–2016 Querydsl. All rights reserved.