Module io.ebean.api
Package io.ebean.bean

Class 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.

    • Method Detail

      • 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.