Package io.ebean.bean

Class NodeUsageCollector

java.lang.Object
io.ebean.bean.NodeUsageCollector

public final class NodeUsageCollector extends Object
Collects profile information for a bean (or reference/proxy bean) at a given node.

The node identifies the location of the bean in the object graph.

It has to use a weak reference so as to ensure that it does not stop the associated bean from being garbage collected.