Module io.ebean.api
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.

  • Constructor Details

  • Method Details

    • state

      public NodeUsageCollector.State state()
      Return the underlying state.
    • setModified

      public void setModified()
      The bean has been modified by a setter method.
    • addUsed

      public void addUsed(String property)
      Add the name of a property that has been used.
    • toString

      public String toString()
      Overrides:
      toString in class Object