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

Class NodeUsageCollector.State

    • Method Detail

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