public class Context extends Object
Context
is used in CollectionAnyVisitor
as the visitor contextModifier 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–2016 Querydsl. All rights reserved.