| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Scope |
build() |
boolean |
containsNamedQuery(String name) |
Scope.Builder |
withNamedQuery(String name,
WithQuery withQuery) |
Scope.Builder |
withOuterQueryParent(Scope parent) |
Scope.Builder |
withParent(Scope parent) |
Scope.Builder |
withRelationType(RelationId relationId,
RelationType relationType) |
public Scope.Builder withRelationType(RelationId relationId, RelationType relationType)
public Scope.Builder withParent(Scope parent)
public Scope.Builder withOuterQueryParent(Scope parent)
public Scope.Builder withNamedQuery(String name, WithQuery withQuery)
public boolean containsNamedQuery(String name)
public Scope build()
Copyright © 2012–2019. All rights reserved.