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