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

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

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

Methods in org.modeshape.connector.store.jpa.model.simple that return NodeEntity
 NodeEntity SubgraphQuery.getNode()
          Get the root node of the subgraph.
 NodeEntity NodeEntity.getParent()
          Returns the parent identifier
 

Methods in org.modeshape.connector.store.jpa.model.simple that return types with arguments of type NodeEntity
 List<NodeEntity> NodeEntity.getChildren()
           
 List<NodeEntity> SubgraphQuery.getNodes(boolean includeRoot, boolean includeChildrenOfMaxDepthNodes)
          Get the nodes in the subgraph.
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type NodeEntity
 void NodeEntity.addChild(int index, NodeEntity child)
           
 void NodeEntity.addChild(NodeEntity child)
           
 void NodeEntity.setParent(NodeEntity parent)
          Sets the parent identifier
 

Constructors in org.modeshape.connector.store.jpa.model.simple with parameters of type NodeEntity
NodeEntity(long id, NodeEntity parent, String nodeUuidString, long workspaceId, int indexInParent, NamespaceEntity ns, String name)
           
NodeEntity(long id, NodeEntity parent, String nodeUuidString, long workspaceId, int indexInParent, NamespaceEntity ns, String name, int sameNameSiblingIndex)
           
SimpleJpaRepository.JpaNode(NodeEntity entity)
           
SimpleJpaRepository.LargeValueSerializer(NodeEntity entity)
           
SimpleJpaRepository.LargeValueSerializer(NodeEntity entity, Set<String> written)
           
 



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