Uses of Class
org.makumba.FieldValueDiff

Packages that use FieldValueDiff
org.makumba Public API for makumba application programmers. 
org.makumba.db   
 

Uses of FieldValueDiff in org.makumba
 

Methods in org.makumba that return types with arguments of type FieldValueDiff
 List<FieldValueDiff> Transaction.updateWithValueDiff(Pointer ptr, Dictionary<String,Object> fieldsToChange)
           
 

Methods in org.makumba with parameters of type FieldValueDiff
 int FieldValueDiff.compareTo(FieldValueDiff o)
           
 

Uses of FieldValueDiff in org.makumba.db
 

Methods in org.makumba.db that return types with arguments of type FieldValueDiff
 ArrayList<FieldValueDiff> TransactionImplementation.updateWithValueDiff(Pointer ptr, Dictionary<String,Object> fieldsToChange)