|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlanHints | |
|---|---|
| org.jboss.dna.graph | The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. |
| org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
| Uses of PlanHints in org.jboss.dna.graph |
|---|
| Methods in org.jboss.dna.graph with parameters of type PlanHints | |
|---|---|
Graph.BuildQuery |
Graph.BuildQuery.using(PlanHints hints)
Use the supplied hints when executing the query. |
| Uses of PlanHints in org.jboss.dna.graph.query |
|---|
| Methods in org.jboss.dna.graph.query that return PlanHints | |
|---|---|
PlanHints |
QueryContext.getHints()
Get the plan hints. |
| Methods in org.jboss.dna.graph.query with parameters of type PlanHints | |
|---|---|
QueryContext |
QueryContext.with(PlanHints hints)
Obtain a copy of this context, except that the copy uses the supplied hints. |
| Constructors in org.jboss.dna.graph.query with parameters of type PlanHints | |
|---|---|
QueryContext(Schemata schemata,
TypeSystem typeSystem,
PlanHints hints)
Create a new context for query execution. |
|
QueryContext(Schemata schemata,
TypeSystem typeSystem,
PlanHints hints,
Problems problems)
Create a new context for query execution. |
|
QueryContext(Schemata schemata,
TypeSystem typeSystem,
PlanHints hints,
Problems problems,
Map<String,Object> variables)
Create a new context for query execution. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||