Uses of Class
org.modeshape.connector.store.jpa.model.simple.SubgraphQuery

Packages that use SubgraphQuery
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
 

Uses of SubgraphQuery in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple that return SubgraphQuery
static SubgraphQuery SubgraphQuery.create(javax.persistence.EntityManager entities, Long workspaceId, UUID subgraphRootUuid, int maxDepth)
          Create a query that returns a subgraph at and below the node with the supplied path and the supplied UUID.
 



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