Uses of Class
org.jboss.dna.connector.store.jpa.model.basic.ChildEntity

Packages that use ChildEntity
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
 

Uses of ChildEntity in org.jboss.dna.connector.store.jpa.model.basic
 

Methods in org.jboss.dna.connector.store.jpa.model.basic that return ChildEntity
 ChildEntity SubgraphQuery.getNode()
          Get the root node of the subgraph.
 

Methods in org.jboss.dna.connector.store.jpa.model.basic that return types with arguments of type ChildEntity
 List<ChildEntity> SubgraphQuery.getNodes(boolean includeRoot, boolean includeChildrenOfMaxDepthNodes)
          Get the nodes in the subgraph.
 



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