Class NodeUsageCollector
java.lang.Object
io.ebean.bean.NodeUsageCollector
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.
-
Constructor Details
-
NodeUsageCollector
-
-
Method Details
-
state
Return the underlying state. -
setModified
public void setModified()The bean has been modified by a setter method. -
addUsed
Add the name of a property that has been used. -
toString
-