Uses of Class
io.ebean.bean.ObjectGraphNode
-
Packages that use ObjectGraphNode Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.config Configuration settings for Database construction -
-
Uses of ObjectGraphNode in io.ebean.bean
Methods in io.ebean.bean that return ObjectGraphNode Modifier and Type Method Description ObjectGraphNode
NodeUsageCollector. getNode()
Return the associated node which identifies the location in the object graph of the bean/reference.Constructors in io.ebean.bean with parameters of type ObjectGraphNode Constructor Description NodeUsageCollector(ObjectGraphNode node, WeakReference<NodeUsageListener> managerRef)
ObjectGraphNode(ObjectGraphNode parent, String path)
Create at a sub level. -
Uses of ObjectGraphNode in io.ebean.config
Methods in io.ebean.config that return ObjectGraphNode Modifier and Type Method Description ObjectGraphNode
SlowQueryEvent. getOriginNode()
Return the origin point for the root query.Constructors in io.ebean.config with parameters of type ObjectGraphNode Constructor Description SlowQueryEvent(String sql, long timeMillis, int rowCount, ObjectGraphNode originNode)
Construct with the SQL and execution time in millis.
-