Uses of Class
org.modeshape.graph.session.GraphSession

Packages that use GraphSession
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of GraphSession in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that return GraphSession
 GraphSession<Payload,PropertyPayload> GraphSession.Node.getSession()
          Get the session to which this node belongs.
 

Constructors in org.modeshape.graph.session with parameters of type GraphSession
GraphSession.Node(GraphSession<Payload,PropertyPayload> cache, GraphSession.Node<Payload,PropertyPayload> parent, GraphSession.NodeId nodeId, Location location)
           
 



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