java.lang.Object
io.ebean.bean.NodeUsageCollector.State
- All Implemented Interfaces:
Runnable
- Enclosing class:
- NodeUsageCollector
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Return true if no properties where used.booleanReturn true if the bean was modified by a setter.node()Return the associated node which identifies the location in the object graph of the bean/reference.voidrun()toString()used()Return the set of used properties.
-
Method Details
-
toString
-
run
public void run() -
isEmpty
public boolean isEmpty()Return true if no properties where used. -
node
Return the associated node which identifies the location in the object graph of the bean/reference. -
used
Return the set of used properties. -
isModified
public boolean isModified()Return true if the bean was modified by a setter.
-