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

Class NodeUsageCollector.State

java.lang.Object
io.ebean.bean.NodeUsageCollector.State
All Implemented Interfaces:
Runnable
Enclosing class:
NodeUsageCollector

public static final class NodeUsageCollector.State extends Object implements Runnable
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • isEmpty

      public boolean isEmpty()
      Return true if no properties where used.
    • node

      public ObjectGraphNode node()
      Return the associated node which identifies the location in the object graph of the bean/reference.
    • used

      public Set<String> used()
      Return the set of used properties.
    • isModified

      public boolean isModified()
      Return true if the bean was modified by a setter.