Modifier and Type | Field and Description |
---|---|
static HashCodeVisitor |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
Integer |
visit(Constant<?> expr,
Void context)
Visit a Constant instance with the given context
|
Integer |
visit(FactoryExpression<?> expr,
Void context)
Visit a FactoryExpression instance with the given context
|
Integer |
visit(Operation<?> expr,
Void context)
Visit an Operation instance with the given context
|
Integer |
visit(ParamExpression<?> expr,
Void context)
Visit a ParamExpression instance with the given context
|
Integer |
visit(Path<?> expr,
Void context)
Visit a Path instance with the given context
|
Integer |
visit(SubQueryExpression<?> expr,
Void context)
Visit a SubQueryExpression instance with the given context
|
Integer |
visit(TemplateExpression<?> expr,
Void context)
Visit a TemplateExpression instance with the given context
|
public static final HashCodeVisitor DEFAULT
public Integer visit(Constant<?> expr, Void context)
Visitor
public Integer visit(FactoryExpression<?> expr, Void context)
Visitor
public Integer visit(Operation<?> expr, Void context)
Visitor
public Integer visit(ParamExpression<?> expr, Void context)
Visitor
public Integer visit(Path<?> expr, Void context)
Visitor
public Integer visit(SubQueryExpression<?> expr, Void context)
Visitor
public Integer visit(TemplateExpression<?> expr, Void context)
Visitor
Copyright © 2007–2016 Querydsl. All rights reserved.