Uses of Class
org.modeshape.connector.store.jpa.model.basic.NodeId

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

Uses of NodeId in org.modeshape.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic that return NodeId
 NodeId PropertiesEntity.getId()
          Get the node's identifier.
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type NodeId
 void PropertiesEntity.setId(NodeId id)
          Set the node's identifier.
 

Constructors in org.modeshape.connector.store.jpa.model.basic with parameters of type NodeId
ChildId(Long workspaceId, NodeId childId)
           
PropertiesEntity(NodeId id)
           
 



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