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