org.modeshape.connector.store.jpa.model.simple
Class SubgraphQueryEntity
java.lang.Object
org.modeshape.connector.store.jpa.model.simple.SubgraphQueryEntity
- All Implemented Interfaces:
- Serializable
@Entity(name="MODE_SUBGRAPH_QUERIES")
public class SubgraphQueryEntity
- extends Object
- implements Serializable
Represents a temporary working area for a query that retrieves the nodes in a subgraph.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubgraphQueryEntity
public SubgraphQueryEntity(Long workspaceId,
String rootUuid)
getId
public Long getId()
- Returns:
- id
getRootUuid
public String getRootUuid()
- Returns:
- rootUuid
getWorkspaceId
public Long getWorkspaceId()
- Returns:
- workspaceId
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.