public class OperationRepository extends Object
| Constructor and Description |
|---|
OperationRepository(OperationSourceRepository operationSourceRepository,
OperationBuilder operationBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Operation> |
getChildQueries(AnnotatedType domainType) |
Set<Operation> |
getEmbeddableQueries(Type domainType) |
Collection<Operation> |
getMutations() |
Set<Operation> |
getNestedQueries(AnnotatedType domainType) |
Collection<Operation> |
getQueries() |
public OperationRepository(OperationSourceRepository operationSourceRepository, OperationBuilder operationBuilder)
public Collection<Operation> getQueries()
public Collection<Operation> getMutations()
public Set<Operation> getNestedQueries(AnnotatedType domainType)
public Collection<Operation> getChildQueries(AnnotatedType domainType)
Copyright © 2016–2017. All rights reserved.