org.modeshape.graph
Class Graph.GraphQueryContext

java.lang.Object
  extended by org.modeshape.graph.query.QueryContext
      extended by org.modeshape.graph.Graph.GraphQueryContext
Enclosing class:
Graph

protected class Graph.GraphQueryContext
extends QueryContext


Constructor Summary
protected Graph.GraphQueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems, Map<String,Object> variables, Graph.Batch batch)
           
 
Method Summary
 Graph.Batch getBatch()
          Get the Graph.Batch that is being used to execute these queries
 
Methods inherited from class org.modeshape.graph.query.QueryContext
equals, getHints, getProblems, getSchemata, getTypeSystem, getVariables, with, with, with, with, with
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.GraphQueryContext

protected Graph.GraphQueryContext(Schemata schemata,
                                  TypeSystem typeSystem,
                                  PlanHints hints,
                                  Problems problems,
                                  Map<String,Object> variables,
                                  Graph.Batch batch)
Method Detail

getBatch

public Graph.Batch getBatch()
Get the Graph.Batch that is being used to execute these queries

Returns:
the batch; never null


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.