org.modeshape.connector.store.jpa.model.simple
Class SubgraphQueryEntity

java.lang.Object
  extended by 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

Constructor Summary
SubgraphQueryEntity(Long workspaceId, String rootUuid)
           
 
Method Summary
 Long getId()
           
 String getRootUuid()
           
 Long getWorkspaceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubgraphQueryEntity

public SubgraphQueryEntity(Long workspaceId,
                           String rootUuid)
Method Detail

getId

public Long getId()
Returns:
id

getRootUuid

public String getRootUuid()
Returns:
rootUuid

getWorkspaceId

public Long getWorkspaceId()
Returns:
workspaceId


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