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

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

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

Methods in org.granite.tide.data that return DataContext.EntityUpdateType
static DataContext.EntityUpdateType DataContext.EntityUpdateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataContext.EntityUpdateType[] DataContext.EntityUpdateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.granite.tide.data with parameters of type DataContext.EntityUpdateType
static void DataContext.addUpdate(DataContext.EntityUpdateType type, Object entity)
           
static void DataContext.addUpdate(DataContext.EntityUpdateType type, Object entity, int priority)