Uses of Class
org.granite.tide.data.DataContext.EntityUpdate

Packages that use DataContext.EntityUpdate
org.granite.tide.data   
 

Uses of DataContext.EntityUpdate in org.granite.tide.data
 

Methods in org.granite.tide.data that return types with arguments of type DataContext.EntityUpdate
 List<DataContext.EntityUpdate> DataContext.getDataUpdates()
           
 List<DataContext.EntityUpdate> DataUpdatePostprocessor.process(List<DataContext.EntityUpdate> updates)
           
 

Methods in org.granite.tide.data with parameters of type DataContext.EntityUpdate
 int DataContext.EntityUpdate.compareTo(DataContext.EntityUpdate u)
           
 

Method parameters in org.granite.tide.data with type arguments of type DataContext.EntityUpdate
 List<DataContext.EntityUpdate> DataUpdatePostprocessor.process(List<DataContext.EntityUpdate> updates)