|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.bean.ObjectGraphNode
public final class ObjectGraphNode
Identifies a unique node of an object graph.
It represents a location relative to the root of an object graph and specific to a query and call stack hash.
Constructor Summary | |
---|---|
ObjectGraphNode(ObjectGraphNode parent,
String path)
Create at a sub level. |
|
ObjectGraphNode(ObjectGraphOrigin originQueryPoint,
String path)
Create an the root level. |
Method Summary | |
---|---|
ObjectGraphOrigin |
getOriginQueryPoint()
Return the origin query point. |
String |
getPath()
Return the path relative to the root. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectGraphNode(ObjectGraphNode parent, String path)
public ObjectGraphNode(ObjectGraphOrigin originQueryPoint, String path)
Method Detail |
---|
public ObjectGraphOrigin getOriginQueryPoint()
public String getPath()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |