Package io.ebean.bean
Interface BeanDiffVisitor
-
public interface BeanDiffVisitor
Visitor for collecting new/old values for a bean update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(int position, Object newVal, Object oldVal)Collect a new/old value pair.voidvisitPop()Stop processing an associated bean.voidvisitPush(int position)Start processing an associated bean.
-