public class Context extends Object
Context is used in CollectionAnyVisitor as the visitor context| Modifier and Type | Field and Description |
|---|---|
List<Path<?>> |
paths |
boolean |
replace |
List<EntityPath<?>> |
replacements |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Context c) |
void |
add(Path<?> anyPath,
EntityPath<?> replacement) |
void |
clear() |
public boolean replace
public final List<EntityPath<?>> replacements
public void add(Path<?> anyPath, EntityPath<?> replacement)
public void add(Context c)
public void clear()
Copyright © 2007–2019 Querydsl. All rights reserved.